标签: typescript
就像
declare var demo { func_1(); }
在file1.d.ts和
declare var demo { func_2(); }
在file2.d.ts中。
然后我要在另一个ts文件中访问func_1和func_2。
希望有人帮助我~~~