DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / baselines / reference / externFunc.js
12345678
//// [externFunc.ts] declare function parseInt(s:string):number; parseInt("2"); //// [externFunc.js] parseInt("2");