@furystack/rest
Version:
Generic REST package
9 lines • 343 B
TypeScript
/**
*
* Decoding steps: See the encoding steps in reverse order
* @param value The value to decode
* @returns The decoded value
*/
export declare const decode: <T>(value: string) => T;
export declare const deserializeQueryString: (fullQueryString: string) => Record<string, unknown>;
//# sourceMappingURL=deserialize-query-string.d.ts.map