UNPKG

@serafin/pipeline

Version:

CRUD data access library with a functional approach

8 lines (7 loc) 290 B
export declare class QueryTemplate { static hydrate(query: object, resource: any): object; static getTemplatedParts(queryTemplate: object): object; static getNonTemplatedParts(queryTemplate: object): object; static escape(value: any): any; private static isTemplated; }