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}
