UNPKG

deepdash-es

Version:

➔ 𝐃eep extension for 𝐋odash-es: ✓ eachDeep ✓ filterDeep ✓ pickDeep ✓ omitDeep ✓ keysDeep ✓ index ✓ condenseDeep ⋮ Parent nodes tracking ⋮ Circular references check ⋮ Leaves only mode ⋮ Path as a valid js string or an array ⋮

7 lines (5 loc) 145 B
import { Path } from './Path.js'; export default function pathMatches( path: Path, paths: string | RegExp | (string | RegExp)[] ): boolean;