UNPKG

luxi-record-utils

Version:
2 lines (1 loc) 151 B
export default function searchPathFromTree(tree: Record<string, any>, key: string, value: string | number | boolean | null, childKey?: string): any[];