str_limit
v1.0.4
Published
A lightweight lib to limit strings
Readme
STR Limit
How to use?
yarn add str-limit
# or
npm install str-limitconst { str_limit } = require('str-limit');
str_limit('A string that will be limited', 12);
// A string that will b...