too-long-bruv
v1.0.0
Published
Will report if the length of a string is too long, bruv
Readme
too long bruv
Evaluate the length of any string, as long as it's less than 12 characters long. Inspired by Joe.
usage examples
import strLen from 'too-long-bruv';
strLen('hello world!'); //--> 12
strLen('hello world!!!'); //--> too long bruv
Enjoy!
