global.js 120 B

123456
  1. "use strict";
  2. module.exports = function (t, a) {
  3. a.ok(t && typeof t === "object");
  4. a(typeof t.Array, "function");
  5. };