UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

7 lines (6 loc) 186 B
import { isArrayOf } from "./is-array-of.js"; import { isPlainObject } from "./is-plain-object.js"; const isPlainObjectArray = isArrayOf(isPlainObject); export { isPlainObjectArray };