createFromBase64.d.ts 113 B

1
  1. export declare const createFromBase64: (chars?: string, noPadding?: boolean) => (encoded: string) => Uint8Array;