UNPKG

popurelate

Version:

Easily populate and filter documents using data from related collections.

4 lines (3 loc) 228 B
export declare const joinQueryPath: (parentPrefix: string, path: any) => string; export declare const normalizeQueryPath: (path: string) => string; export declare function isSubPathOf(subst: string, string: string): boolean;