UNPKG

ext

Version:

JavaScript utilities with respect to emerging standard

8 lines (6 loc) 168 B
"use strict"; module.exports = function () { if (typeof globalThis !== "object") return false; if (!globalThis) return false; return globalThis.Array === Array; };