UNPKG

iter-tools-es

Version:
5 lines (4 loc) 80 B
function notNull(value) { return value !== null; } exports.notNull = notNull;