Skip to content

juliosouzam/str_limit

Repository files navigation

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...

About

A lightweight plugin to limit strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published