去掉 global

This commit is contained in:
fofolee
2022-04-27 00:29:03 +08:00
parent 916db57235
commit e950aa1d91

View File

@@ -8417,4 +8417,3 @@ declare namespace NodeJS {
readonly [key: string]: T | undefined;
}
}
declare var global: typeof globalThis;