UNPKG

iter-tools

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