UNPKG

iter-tools-es

Version:
9 lines (7 loc) 114 B
const { isArray } = Array; function notArray(value) { return !isArray(value); } exports.notArray = notArray;