赞
踩
typescript 中写下面一段代码。
Greeter .ts
class Greeter {
constructor () {
}
export Greeter;
import Greeter {