You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { BytesLike } from "@ethersproject/bytes";
|
|
export declare function decode(textData: string): Uint8Array;
|
|
export declare function encode(data: BytesLike): string;
|
|
//# sourceMappingURL=browser-base64.d.ts.map
|