1.0.1 • Published 4 years ago

@laboralphy/noun-shortener v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

#Noun-shortener

##Description Do you want to shorten all words inside a noun-group or inside an organization name ?

Liquid Crystal Display -> Liq. Cryst. Displ.
Internet Service Provider -> Int. Serv. Prov.

This is what this library does.

##Usage

npm install @laboralphy/noun-shortener

Inside code :

const {shorten} = require('@laboralphy/noun-shortener');
console.log(shorten('Liquid Crystal Display'));

...will display "Liq. Cryst. Displ."

1.0.1

4 years ago

1.0.0

4 years ago