UNPKG

@extra-array/has-path

Version:

Checks if nested array has a path.

10 lines (9 loc) 246 B
declare module "@extra-array/has-path" { /** * Checks if nested array has a path. * @param x a nested array * @param p path */ declare function hasPath(x: any[], p: number[]): boolean; export = hasPath; //# sourceMappingURL=hasPath.d.ts.map}