npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

dots

0.1.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:0
$ npm install dots
DailyWeeklyMonthlyYearly

dots Build Status

Truncate string

Install

$ npm install --save dots

Usage

const dots = require('dots');

dots('unicorn', 4);
//=> 'uni…'

License

MIT © Sindre Sorhus