Search results
17 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Intl.Enumerator polyfill
utilities for JS and TypeScript
- utilities
- typescript
- collection
- enumerable
- linq
- enumerator
- ienumerable
- list
- array
- comparer
- exception
- logging
- format
A JavaScript library that helps with the enum pattern based on TypeScript. This fork of [rauschma/enumify](https://github.com/rauschma/enumify) permits to infer the correct type from constructed collections: for example, the type of `values()` will be `A
Generate a series of tuples in lexicographical order
- alphabet
- alphabets
- cartesian-product
- combination
- combinations
- cross-product
- digit
- digits
- enumerable
- enumerate
- enumerator
- generator
- iterable
- iterator
- View more
Javascript Object Inheritance Implementation
Provides typical collection/enumerable functions (think underscore.js) - but it's agnostic about storage and iteration details.
A javascript library which adds [C# LINQ](https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable?view=net-6.0) inspired helper methods for iterators. Supported in Node.js and web browsers.
Compose chains of functions to manipulate data via synchronous and asynchronous iterators
Allows users to harness psuedo-enumerator data types
A linq-like lazy iteration module that aims to support deno, node & browser
A very fast class framework. Allows OOP concepts in javascript including classes, inheritance, multi-inheritance, polymophism, interfaces, and enumerators without using TypeScript. Provides scope isolation via dependency injection in modules, controllers,
Extensible lazy iterator pattern with predefined extensions and generic algorithms
A JavaScript class to hold enumerated cases and values
Library can use ruby Enumerator and Enumerable methods in javascript.
Flag System for Javascript
javascript enum
Loop.js is a very small, but powerful, utility for looping over array-like objects. It enables the classical functional patterns like map, filter, fold and find with a single simple operation and features the ability to break out of the loop early.