b.js 186 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.b = void 0;
  4. const b = (...args) => new Uint8Array(args);
  5. exports.b = b;
  6. //# sourceMappingURL=b.js.map