Home
last modified time | relevance | path

Searched defs:unbox (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/
DoptionalChainingInference.ts2 declare function unbox<T>(box: { value: T | undefined }): T; function
/third_party/typescript/tests/cases/conformance/types/mapped/
DisomorphicMappedTypeInference.ts17 function unbox<T>(x: Box<T>): T { function
/third_party/typescript/tests/cases/compiler/
DrecursiveConditionalTypes.ts68 declare function unbox<T>(box: RecBox<T>): T function