2013-03-19 114 views

回答

3

helloworld.ts

export function sayhello() { 
    console.log('hello, world!'); 
} 

請注意,你不會寫含有module塊(文件本身是模塊)。

相關問題