UNPKG

ab64

Version:

The smallest and fastest Base64 implementation in JavaScript

4 lines 166 B
import { atob, btoa } from './ponyfill.js'; globalThis.atob = globalThis.atob || atob; globalThis.btoa = globalThis.btoa || btoa; //# sourceMappingURL=polyfill.js.map