梗概

  • 对全局内容(函数,变量,对象…)进行类型标注

示例

declare global {
    let i: string
}
i.search('')//ts将这个i视为全局变量