ran npm run tdd
This commit is contained in:
2
test/isSet/isSet.js
Normal file
2
test/isSet/isSet.js
Normal file
@ -0,0 +1,2 @@
|
||||
const isSet = val => val instanceof Set;
|
||||
module.exports = isSet
|
||||
Reference in New Issue
Block a user