Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/literal/
DliteralTypes1.ts37 type Falsy = false | 0 | "" | null | undefined; alias
/third_party/typescript/tests/baselines/reference/
DliteralTypes1.js38 function f3(x: Falsy) {
/third_party/typescript/tests/cases/compiler/
DnarrowingUnionToUnion.ts4 type Falsy = false | 0 | 0n | '' | null | undefined; alias