source:
trip-planner-front/node_modules/base64-js/index.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.