UNPKG
hello-d
Version:
latest (1.0.0)
1.0.0
test
github.com/ssalazar-designli/testImport
ssalazar-designli/testImport
hello-d
/
index.js
5 lines
(4 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
function
isWDS
(string)
{
return
string
==
'WDS'
}
module
.exports= isWDS