Reson-a

Results 1 comments of Reson-a

` function isNullOrUndefined(value) { return value === null || value === undefined }` after the transformation `function isNullOrUndefined(value) { if (!(value === null)) { return undefined === value } }`