1.0.4 • Published 4 years ago
str_limit v1.0.4
STR Limit
How to use?
yarn add str-limit
# or
npm install str-limit
const { 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-limit
const { str_limit } = require('str-limit');
str_limit('A string that will be limited', 12);
// A string that will b...