index.d.ts 69 B

123
  1. declare const scope: typeof globalThis;
  2. export { scope as global };