@teamcoder/longervalidator
This module is small but easy to use. The purpose of this module is to check if a target string is longer than the source string, it can optionally also check if the source and target is the same length.
@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/shortervalidator
This module is small but easy to use. The purpose of this module is to check if a target string is shorter than the source string, it can optionally also check if the source and target is the same length.
@teamcoder/samesizevalidator
This module is small but easy to use. The purpose of this module is to check if the target string is length equals the source string length. It can compare strings and arrays.