Files
2025-03-07 19:22:02 +01:00

2 lines
175 B
TypeScript

export declare const createToBase64BinUint8: (chars?: string, pad?: string) => (uint8: Uint8Array, start: number, length: number, dest: Uint8Array, offset: number) => number;