UNPKG

@nodesecure/js-x-ray

Version:
4 lines (3 loc) 94 B
export function notNullOrUndefined(value) { return value !== null && value !== void 0; }