ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = isNull = val => val === null;
|
||||
const isNull = val => val === null;
|
||||
module.exports = isNull
|
||||
Reference in New Issue
Block a user