UNPKG

rapiq

Version:

A tiny library which provides utility types/functions for request and response query handling.

4 lines 234 B
import type { ObjectLiteral } from '../types'; import type { BuildInput } from './types'; export declare function buildQuery<T extends ObjectLiteral = ObjectLiteral>(input?: BuildInput<T>): string; //# sourceMappingURL=module.d.ts.map