UNPKG
is-default
Version:
latest (1.0.0)
1.0.0
Is the string default?
is-default
/
index.js
5 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
function
isDefault
(string)
{
return
string
===
"Default"
}
module
.exports = isDefault