declare module "@extra-array/get-path" {
/**
 * Gets value at path in a nested array.
 * @param x a nested array
 * @param p path
 */
declare function getPath(x: any[], p: number[]): any;
export = getPath;
//# sourceMappingURL=getPath.d.ts.map}
