juliosouzam / str_limit

A lightweight plugin to limit strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%