UNPKG

iter-tools

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