@babel/plugin-transform-unicode-sets-regex
Compile regular expressions' unicodeSets (v) flag.
Found 82 results for sets
Compile regular expressions' unicodeSets (v) flag.
Parse regular expressions' unicodeSets (v) flag.
Fast cartesian product
Create and manipulate pitch class sets
(TypeScript port of https://github.com/eturino/ruby_key_set) KeySet with 4 classes to represent concepts of All, None, Some, and AllExceptSome, the last 2 with a sorted uniq list of keys, and all with intersection calculations
Cartesian product for big inputs
Sorted set data structures
List/array/set utility functions: union, intersect, complement, unique, first, last, has, add, toggle
Javascript Set operations
Like Set() but with union, intersect, difference and more built-in
High performance set theory - functional utilities which operate on arbitrary input sets.
a TypeScript library for working with sets, with a ponyfill for TC39's Set Methods proposal
Check if two Sets contain all the same values
Object set/get/sets/gets and other operator.
class for search in nested sets tree
JavaScript iterable transformation library
Returns the symmetric difference (exclusive-or) of an array of elements (elements that are present in all given arrays and not in their intersections).
algorithms for javascript
Parse a written workout into a set of workout objects
Stews is a Node.JS package meant to make storing data easier by mixing parts from common data types.
Return the Cartesian product.
Return the n-fold Cartesian product.
Return the Cartesian square.
bem make extensions to build examples, tests and docs for sets of levels
Set a lot value value.
Components for diagrams summarizing sets
Return the Cartesian square.
Easy app configure in real time.
Return the Cartesian product.
Nested sets structure with separated items and nodes
Integer sequences, number types and more
A fast API for managing and querying arbitrary data segments stored in Redis
Set Manipulation for ordered sets
Get info for all photos in a Flickr set (now called albums)
Combinations generator (combinatorics) Generates all possible combinations of (n/k) k elements from n elements with no repetitions. Iterate or display combinations.
🦄 Lightweight reverse utility around strings, arrays, numbers and more.
Lists of characters of common subsets (like Google Fonts API uses them)
Sorted Set in javascript for node that uses binary search for maintaining sort order
which-national-web3-at
please-roof-effect-visitor
Like JQuery, but works on more than DOM elements
Redis type classes: lists, hashes, sets, ...
Return the Cartesian power.
sleep-explanation-web3-left
experiment to perform algebra of sets with css
Allows to put arrays into sets. Works similarly like ES6 Sets.
Simple package to calculate sets using javascript...
Manage sets through a redis-like interface
Query Anonymity sets of Ethereum addresses
Returns a array with only unique values. Otherwise known as a Set
multi dimensional redis sets
computes the LL(1) and the LR(1) parsing tables
NodeBB Vine Plugin
JavaScript DSL for functional Set Theory
Javascript Set operations
A vanilla JavaScript solution implementing smashgg-promise in order to get a list of stale, fresh, and incomplete sets from a smashgg tournament, event, phase, or groupid.
Generate random combinations from pre-defined character sets
Generate a random derangement of a set
Scalable Redis Sorted Sets
Utility functions to help with combining items.
A naive set library.
A simple utility for discovering unique and duplicate lines of text
A JS/TS library that expands upon the functionality of Sets
NodeBB MixCloud Plugin
Return the Cartesian power.
The list of utils for collections
Helper node for javascript collections.
noted-like-monkey
A set of vue plugins simplify life
A set of useful functions that give easier control over set manipulation
middleware that iterates over and dispatches actions
Buckets of unique keys for level.
A dead simple API for Google Sets
Function extensions for JavaScript's built-in Set type
disappear-us1
A set of useful utilities to use in everyday typescript coding life
eXTended JSON - JSON with comments, function calls, mathematical expression evaluation and embedded remote data
To find all the possible combinations of an array
A smart set data structure.
``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol
Typed Set structure with no dependencies
Static data-set of countries, with additional methods for convenience.