2.0.3 • Published 8 months ago

node-slice v2.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
8 months ago

node-slice

node version npm version downloads count size license github-ci

🔨 Short version of your strings!

Usage

Installation:

npm install node-slice
// CommonJS
const slice = require('node-slice');

// or ES Modules
import slice from 'node-slice';

slice('the best cookie in the world', 9); // => "the best..."

License

The MIT License @ 2016

2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.8

10 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago