tsbundle/ts_web/index.ts

4 lines
48 B
TypeScript
Raw Normal View History

2019-04-30 09:44:46 +02:00
const myConst = 'hello';
console.log(myConst);