UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 158 B
type Path = (string | number)[]; export declare function findValuePath<T>(target: T, data: any, path?: Path, maxDepth?: number): Path | undefined; export {};