DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / typeofStrictNull.js
123456789
//// [tests/cases/compiler/typeofStrictNull.ts] //// //// [typeofStrictNull.ts] let a: number; let b: typeof a; //// [typeofStrictNull.js] var a; var b;