UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

7 lines 242 B
/** * Returns true if `x` is a JS array of numbers or a typed array. * * @param x */ export declare const isNumericArray: (x: any) => x is unknown[] | import("./is-typedarray.js").TypedArray; //# sourceMappingURL=is-numeric-array.d.ts.map