2.0.3 • Published 5 months ago

node-slice v2.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
5 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

5 months ago

2.0.2

5 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

9 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