constants.js 335 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.hasBuffer = exports.alphabet = void 0;
  4. exports.alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
  5. exports.hasBuffer = typeof Buffer === 'function' && typeof Buffer.from === 'function';
  6. //# sourceMappingURL=constants.js.map