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
- Host: GitHub
- URL: https://github.com/k8w/k8w-linq-array
- Owner: k8w
- License: apache-2.0
- Created: 2017-08-25T02:43:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T10:15:27.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T23:18:58.278Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```