UNPKG

@aniruk/is-wds

Version:
8 lines (4 loc) 86 B
function isWDS(string){ return string == "WDS" } module.exports = isWDS