tsbundle/ts_web/index.ts

4 lines
48 B
TypeScript
Raw Normal View History

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