mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-10 04:21:26 +00:00
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
export declare const encode: (arraybuffer: ArrayBuffer) => string;
|
|
export declare const decode: (base64: string) => ArrayBuffer;
|