Home
last modified time | relevance | path

Searched defs:stringify3 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DstrictTypeofUnionNarrowing.ts10 function stringify3(anything: unknown | undefined): string { // should simplify to just `unknown` w… function
/third_party/typescript/tests/baselines/reference/
DstrictTypeofUnionNarrowing.js27 function stringify3(anything) { function