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