Decorator-based property validation for classes.
MongoDB query language for in-memory objects
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
template compiler for Vue 2.x
Encapsulated tokens (encrypted and mac'ed objects)
Zajno's re-usable utilities for JS/TS projects
To create a valid gzip from many individual streams first use createDeflatePart() which returns a through stream to convert your parts to the deflated part. when this through stream emits the 'end' event you should call its `metadata()` function which wil
No description provided.
Create HTML tables from Javascript Objects
A blazing fast stringifier that safely handles circular objects
Exponential Moving Average
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.
Array utils
A TypeScript deep merge function.
Make a list of draggable collapsible items.
hint that that checks using Cloudinary's API if images are optimized
Build CSV files on the fly basing on Array/literal object of data
Deep comparison of 2 instances for should.js
Communicate with a Web Worker using Promises, allowing transferList
pruning JSON.stringify for the very specific cases where you need to stringify big or recursive javascript objects and don't really need the result to be complete
Ember helper to test the presence of an item in an array
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Shared useful utils and types
Generate markdown table from array of objects