mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-10 12:47:45 +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;
|