UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

7 lines (6 loc) 165 B
import { isArrayOf } from "./is-array-of.js"; import { isBoolean } from "./is-boolean.js"; const isBooleanArray = isArrayOf(isBoolean); export { isBooleanArray };