UNPKG

@hazae41/base64

Version:

Base64 adapter for WebAssembly and JS implementations

13 lines (10 loc) 190 B
'use strict'; class Copied { bytes; constructor(bytes) { this.bytes = bytes; } [Symbol.dispose]() { } } exports.Copied = Copied; //# sourceMappingURL=index.cjs.map