Namespace not marked type-only declare

前端 未结 0 644
隐瞒了意图╮
隐瞒了意图╮ 2020-12-03 03:11

I have a Typescript File that looks like this :

export namespace MyNamespace {
    export const myFunc = (a:number) => 3;
}

And when I com

相关标签:
回答
  • 消灭零回复
提交回复
热议问题