generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
@ -1 +1 @@
|
||||
module.exports = (...args) => args.find(_ => ![undefined, null].includes(_));
|
||||
module.exports = coalesce = (...args) => args.find(_ => ![undefined, null].includes(_));
|
||||
Reference in New Issue
Block a user