UNPKG

@samepage/internal

Version:

Utilities used across modules - not meant for use by users directly

7 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const base64 = typeof window !== "undefined" ? (s) => window.btoa(s) : (s) => Buffer.from(s).toString("base64"); exports.default = base64; //# sourceMappingURL=base64.js.map