pilotgeraldb / enumerablejs

a fluent style JavaScript library that provides linq functionality on native JavaScript arrays

Home Page:https://ralphy15.github.io/enumerablejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status GitHub issues

enumerablejs

REPOSITORY WILL BE ARCHIVED 03/01/2023

Due to the nature of this repository and my interest in it, I am officially archiving it. It was a good learning project a long time ago, that no longer gets any attention and needs to be sunset. To those of you who downloaded this code and used it, thank you for your support. :)

yarn

## install with yarn
$ yarn add asenumerable

npm

## install with npm
$ npm install asenumerable

Known Issues

In v1.3.0 require this module in node by using the following:

var Enumerable = require('asenumerable/dist/enumerable');

About

a fluent style JavaScript library that provides linq functionality on native JavaScript arrays

https://ralphy15.github.io/enumerablejs/

License:MIT License


Languages

Language:JavaScript 100.0%