@teamcoder/notsamesizevalidator
This module is small but easy to use. The purpose of this module is to check if the target string is length are not equals the source string length. It can compare strings and arrays.
@teamcoder/notequalvalidator
This module is small but easy to use. The purpose of this module is to check if a target value does not equals a source value, it can optionally also do none case sensitive comparing.
@teamcoder/completevalidator
This module is small but easy to use. The purpose of this module is to serve as a container for all my validator modules. That has thirteen validator all in one module, the validators is as follows: bigger, contains, equal, longer, mqtt topic, regex, smal
@lukeaparker/hotornot
Determines if if a string is equal to ‘hot’, if so it will return true, otherwise it will return false.