Polyfills to support Stimulus in older browsers
ECMAScript extensions and shims
No description provided.
Polyfills for various browsers including commonly used language features
Low level toolkit for SVG paths transformations.
Converts iterable to array.
``` 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
Iterate any iterable JS value. Works robustly in all environments, all versions.
Web Components Polyfills
nv-array-combo ============ - nv-array-combo
A vanilla JS replacement for (Rails) Cocoon's jQuery script
nv-array-split ============ - nv-array-split
benchmark tooling that loves you ❤️
Converts iterable to array.
ESLint rules for controlling where and how mutation is used.
Check if an Iterable is empty
Basic platform polyfills needed by webcomponents.js
A vanilla JS replacement for (Rails) Cocoon's jQuery script
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
React Rich Text Editor
The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.
Create (or fill) an array from an iterator.
Creates an array of numbers for a given range
Generates array from given number range.