# @f/slice

> Shallow copy array or portion of array.

Latest version **1.1.3** (published 2016-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/slice
pnpm add @f/slice
yarn add @f/slice
bun add @f/slice
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2016-02-23 |
| First published | 2015-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/slice
- Repository: https://github.com/micro-js/slice
- Homepage: https://github.com/micro-js/slice#readme
- Issues: https://github.com/micro-js/slice/issues
- npm.io page: https://npm.io/package/@f/slice

## Recent versions

- 1.1.3 (latest) — 2016-02-23
- 1.1.2 — 2016-02-23
- 1.1.1 — 2015-12-16
- 1.1.0 — 2015-12-16

## README

# slice

[![Build status][travis-image]][travis-url]
[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

Shallow copy of array or portion of array.

## Installation

    $ npm install @f/slice

## Usage

```js
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

[travis-image]: https://img.shields.io/travis/micro-js/slice.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/slice
[git-image]: https://img.shields.io/github/tag/micro-js/slice.svg?style=flat-square
[git-url]: https://github.com/micro-js/slice
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/slice.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/slice

---
_Source: https://npm.io/package/@f/slice · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
