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

2 lines
118 B
TypeScript

export declare const createToBase64: (chars?: string, pad?: string) => (uint8: Uint8Array, length: number) => string;