UNPKG

@lucasschirm/amb-client-react

Version:

Allow to watch records using AMB Websockets from a react application.

7 lines (6 loc) 205 B
/** * Convert a string to a base64 encoded string, replacing '=' with '-'. * @param {string} str query string to encode * @returns {string} */ export declare function encodeQuery(str: string): string;