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 { isString } from "./is-string.js"; const isStringArray = isArrayOf(isString); export { isStringArray };