2023-03-04 04:25:07 +03:00
|
|
|
import type { BytesLike } from "./data.js";
|
|
|
|
export declare function decodeBase64(textData: string): Uint8Array;
|
|
|
|
export declare function encodeBase64(_data: BytesLike): string;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=base64-browser.d.ts.map
|