swc/crates/swc_ecma_parser/tests/tsc/globalThisGlobalExportAsGlobal.ts
2022-02-04 17:08:38 +09:00

5 lines
111 B
TypeScript

// https://github.com/microsoft/TypeScript/issues/33754
declare global {
export { globalThis as global }
}