base64.d.ts 112 B

12
  1. export declare const encode64: (str: string) => string;
  2. export declare const decode64: (str: string) => string;