UNPKG

@types/globalthis

Version:
8 lines (6 loc) 207 B
import implementation = require("./implementation"); /** * Installs the `globalThis` property onto the global object. */ declare function shimGlobalThis(): typeof implementation; export = shimGlobalThis;