0.0.1 • Published 1 year ago

mewtocol-spellcheck v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

#Briefing This lib is to validate the panasonic plc mewtocol command. The command ends with a special char '\r', and some of the new user will neglect with that char. This lib could check and validate them.

#Install npm i mewtocol-spellcheck

#Usage example const spellcheck = require('mewtocol-spellcheck'); var check = spellcheck.ValidateUinput('STRING TO VALIDATE'); If the command is okay, check value is true, else check value is false.