npm.io
1.1.3 • Published 10 years ago

@f/slice

Licence
MIT
Version
1.1.3
Deps
0
Vulns
0
Weekly
0

slice

Build status Git tag NPM version Code style

Shallow copy of array or portion of array.

Installation

$ npm install @f/slice

Usage

var slice = require('@f/slice')

slice([1, 2], 1) // => 2

API

slice(array, begin, end)
  • array - source array
  • begin - beginning of copy
  • end - end of copy

Returns: copy of array

License

MIT