UNPKG

@types/globalthis

Version:
6 lines (5 loc) 110 B
/** * The `globalThis` object. */ declare const implementation: typeof globalThis; export = implementation;