Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

pilotgeraldb/enumerablejs

Repository files navigation

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');