toBase64Url.d.ts 81 B

1
  1. export declare const toBase64Url: (uint8: Uint8Array, length: number) => string;