text-abstract
v2.0.0
Published
Change veryLongStrings to veryLon...
Downloads
5
Maintainers
Readme
text-abstract
Module to change veryLongStrings to veryLon...
Install
npm install text-abstract
Usage
const textAbstract = require("text-abstract");
const veryLongString = hippopotomonstrosesquippedaliophobia;
const length = 5
const shortString = textAbstract(veryLongString, length);
console.log(shortString);
//-> hippo...