UNPKG

@shaquille-web-dev/practice-package

Version:

this is to create a boilerplate for node and typescript application

6 lines (4 loc) 77 B
function isWS(string){ return string === 'WS'; } module.exports = isWS;