UNPKG

rapiq

Version:

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

6 lines 391 B
import type { RelationsParseOutput } from '../parameter'; import type { KeyDetails } from './type'; export declare function isPathAllowedByRelations(path?: string, includes?: RelationsParseOutput): boolean; export declare function buildKeyWithPath(input: KeyDetails): string; export declare function buildKeyWithPath(key: string, path: string): string; //# sourceMappingURL=relation.d.ts.map