使用 declare global 可以在npm 包或者UMD 库的声明文件中扩展全局变量的类型: // types/foo/index.d.ts declare global { interface String { ...
確定! 回上一頁