UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

7 lines (6 loc) 160 B
import { isArrayOf } from "./is-array-of.js"; import { isNumber } from "./is-number.js"; const isNumberArray = isArrayOf(isNumber); export { isNumberArray };