Immutable Typescript SDK
PixiJS filter to render a tilt-shift-like camera effect
Turn anything into an array
TypeScript definitions for stream-shift
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Utilities for web applications: array helpers, internationalization (i18n), type-ahead search, frame synchronization, and shared local storage keys.
Functional reactive forms in React. Multi-layer validation, field grouping, reactive props, and much more.
`Array#forEach()` but it’s possible to define where to move to next
No description provided.
ESLint plugin to force responsive media elements to set the width/height attributes
generate random valid Shift format ASTs
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
date & time util toolset
Models which define the structure of the immutable proof connectors and services
TypeScript Array, Object, Map, Set, Union, Enum utils
utilities for primitive JavaScript types
Array utils
Forms for Immutable Core Models
Immutable structurally typed data
Primitive for rectifying immutable values and dealing with immutability in Solid.
`@next/font` includes built-in automatic self-hosting for any font file. This means you can optimally load web fonts with zero layout shift, thanks to the underlying CSS size-adjust property used.
Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..