UNPKG

iter-tools-es

Version:
5 lines (4 loc) 97 B
function notString(value) { return typeof value !== 'string'; } exports.notString = notString;