Files
powerpoint-toolbox/node_modules/@jsonjoy.com/base64/lib/createToBase64.d.ts
T
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;