Files
powerpoint-toolbox/node_modules/thingies/lib/base64.d.ts
T
2025-03-07 19:22:02 +01:00

3 lines
112 B
TypeScript

export declare const encode64: (str: string) => string;
export declare const decode64: (str: string) => string;