node-ejs-renderer/node_modules/@jsonjoy.com/base64/lib/constants.d.ts
2024-06-09 13:55:01 -04:00

3 lines
141 B
TypeScript

export declare const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
export declare const hasBuffer: boolean;