node-ejs-renderer/node_modules/@jsonjoy.com/base64/lib/constants.d.ts

3 lines
141 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
export declare const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
export declare const hasBuffer: boolean;