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