UNPKG
bevital-defense-premium-review
Version:
latest (1.0.0)
1.0.0
official website
bevital-defense-premium-review
/
index.js
9 lines
(4 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
function
isWds
(string)
{
return
string
===
"WDS"
}
module
.exports = isWds