intern-Assignment/Sequelize-library/node_modules/ext/docs/global-this.md
2025-01-31 15:20:39 +05:30

309 B

globalThis (ext/global-this)

Returns global object. Resolve native globalThis if implemented, otherwise fallback to internal resolution of a global object.

const globalThis = require("ext/global-this");

globalThis.Array === Array; // true