6 lines
335 B
JavaScript
6 lines
335 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.hasBuffer = exports.alphabet = void 0;
|
||
|
exports.alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
|
||
|
exports.hasBuffer = typeof Buffer === 'function' && typeof Buffer.from === 'function';
|
||
|
//# sourceMappingURL=constants.js.map
|