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

4 lines
63 B
TypeScript

declare function parseInt(s:string):number;
parseInt("2");