UNPKG

rapiq

Version:

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

8 lines 355 B
export declare function buildQueryParameterOptions<T extends Record<string, any>>(input?: T | boolean): T; type QueryParameterEnabledContext = { data: unknown; options?: Record<string, any> | boolean; }; export declare function isQueryParameterEnabled(context: QueryParameterEnabledContext): boolean; export {}; //# sourceMappingURL=utils.d.ts.map