Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite2.ts141 export type NonNullable<U extends Union> = Exclude<U, undefined | null>; alias
187 export type NonNullable<O extends object, K extends Key = Key, depth extends Depth = 'flat'> = { alias
501 export type NonNullable<L extends List, K extends Key = Key, depth extends Depth = 'flat'> = { alias
/third_party/typescript/src/lib/
Des5.d.ts1592 type NonNullable<T> = T & {}; alias
/third_party/typescript/lib/
Dlib.es5.d.ts1612 type NonNullable<T> = T & {}; alias