constants.d.ts 141 B

12
  1. export declare const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
  2. export declare const hasBuffer: boolean;