node-ejs-renderer/node_modules/thingies/es2020/base64.d.ts

3 lines
112 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
export declare const encode64: (str: string) => string;
export declare const decode64: (str: string) => string;