# k8w-linq-array

> LINQ-like functions extended to native Array

Latest version **0.2.8** (published 2021-10-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install k8w-linq-array
pnpm add k8w-linq-array
yarn add k8w-linq-array
bun add k8w-linq-array
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.8 |
| Published | 2021-10-11 |
| First published | 2017-08-24 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 31.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | k8w |
| Maintainers | k8w |
| Keywords | k8w, linq, array |

## Links

- npm: https://www.npmjs.com/package/k8w-linq-array
- Repository: https://github.com/k8w/k8w-linq-array
- Homepage: https://github.com/k8w/k8w-linq-array#readme
- Issues: https://github.com/k8w/k8w-linq-array/issues
- npm.io page: https://npm.io/package/k8w-linq-array

## Recent versions

- 0.2.8 (latest) — 2021-10-11
- 0.2.7 — 2019-06-13
- 0.2.6 — 2019-01-08
- 0.2.5 — 2018-04-17
- 0.2.4 — 2018-04-17
- 0.2.3 — 2017-11-23
- 0.2.2 — 2017-11-23
- 0.2.1 — 2017-11-23
- 0.2.0 — 2017-11-09
- 0.1.3 — 2017-10-12
- 0.1.2 — 2017-10-12
- 0.1.1 — 2017-08-25
- 0.1.0 — 2017-08-24

## README

k8w-linq-array
===

Extend prototype of original Array.

Add some useful functions as LINQ in C#.

For more detail, please see `index.d.ts` .

## Usage
Install
```
npm install k8w-linq-array
```

And import at the entry point
```
import 'k8w-linq-array'
```

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