Files
vat-api.eu/node_modules/unenv/dist/runtime/node/internal/buffer/base64.d.mts
2026-02-13 22:02:30 +01:00

5 lines
190 B
TypeScript

// base64 is 4/3 + up to two characters of the original data
export declare function byteLength(b64);
export declare function toByteArray(b64);
export declare function fromByteArray(uint8);