UNPKG

@dfinity/assets

Version:

JavaScript and TypeScript library to manage assets on the Internet Computer

7 lines 260 B
/** * Decodes a base64 string into a Uint8Array. * @param data - The base64 encoded string to decode * @returns A Uint8Array containing the decoded data */ export declare function base64Decode(data: string): Uint8Array; //# sourceMappingURL=base64.d.ts.map