source:
node_modules/base64-js/index.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | export function byteLength(b64: string): number; |
2 | export function toByteArray(b64: string): Uint8Array; |
3 | export function fromByteArray(uint8: Uint8Array): string; |
Note:
See TracBrowser
for help on using the repository browser.