An open API service indexing awesome lists of open source software.

https://github.com/k8w/k8w-linq-array

LINQ-like functions extended to native Array
https://github.com/k8w/k8w-linq-array

Last synced: 5 months ago
JSON representation

LINQ-like functions extended to native Array

Awesome Lists containing this project

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