TypeScript/tests/cases/compiler/typeOfOperator1.ts
2014-07-12 17:30:19 -07:00

3 lines
64 B
TypeScript

var x = 1;
var y: string = typeof x;
var z: number = typeof x;