nodejs/types-node/globals.global.d.ts

2 lines
55 B
TypeScript
Raw Normal View History

2022-08-16 11:12:47 +08:00
declare var global: NodeJS.Global & typeof globalThis;