UNPKG

rapiq

Version:

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

3 lines 136 B
import type { KeyDetails } from './type'; export declare function parseKey(field: string): KeyDetails; //# sourceMappingURL=key.d.ts.map