# test-module-arrlib

> array library package

Latest version **1.0.0-beta** (published 2021-03-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install test-module-arrlib
pnpm add test-module-arrlib
yarn add test-module-arrlib
bun add test-module-arrlib
```

## 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.0.0-beta |
| Published | 2021-03-29 |
| First published | 2021-03-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sidorenko Irina |
| Maintainers | irina-si |
| Keywords | array, methods, es6, chaining |

## Links

- npm: https://www.npmjs.com/package/test-module-arrlib
- Repository: https://github.com/irina-si/test-module-arrlib
- Homepage: https://github.com/irina-si/test-module-arrlib#readme
- Issues: https://github.com/irina-si/test-module-arrlib/issues
- npm.io page: https://npm.io/package/test-module-arrlib

## Recent versions

- 1.0.0-beta (latest) — 2021-03-29
- 0.1.0 — 2021-03-29

## README

Project Name
ES6 based array library providing basic array methods in JavaScript with an option of chaining.

Installation
Using npm:

$ npm i -g npm
$ npm i test-module-arrlib

Usage
In Node.js:

const ArrayLib = require('./array_library.js');
const _ =  new ArrayLib();

The library provides a variety of array methods. Here is an example of the usage:
_.take([1, 2, 3], 2);
_.chain([1, 2, 3]).take(2).value();

Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature
Submit a pull request :D

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