Skip to content

eldoy/shortn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortn

Shorten strings.

Install

npm i shortn

Usage

const shortn = require('shortn')

// Shorten name
const name = shortn.name('Vidar Eldøy')

// name: V. Eldøy

MIT Licensed. Enjoy!