1.0.4 • Published 5 years ago
str_limit v1.0.4
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...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...