UNPKG

@hazae41/base64

Version:

Base64 adapter for WebAssembly and JS implementations

1 lines 532 B
{"version":3,"file":"index.mjs","sources":["../../../../../src/libs/copiable/index.ts"],"sourcesContent":["export type BytesOrCopiable =\n | Uint8Array\n | Copiable\n\nexport interface Copiable extends Disposable {\n readonly bytes: Uint8Array\n}\n\nexport class Copied {\n\n constructor(\n readonly bytes: Uint8Array\n ) { }\n\n [Symbol.dispose]() { }\n\n}"],"names":[],"mappings":"MAQa,MAAM,CAAA;AAGN,IAAA,KAAA;AADX,IAAA,WAAA,CACW,KAAiB,EAAA;QAAjB,IAAK,CAAA,KAAA,GAAL,KAAK;;AAGhB,IAAA,CAAC,MAAM,CAAC,OAAO,CAAC;AAEjB;;;;"}