es6-priorityqueue
a simple priority queue data structure
A lightweight library that provides tools for organizing asynchronous code
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
ECMAScript 6 Symbol polyfill
Priority queue data structures
TypeScript definitions for priorityqueuejs
An implementation of Priority Queue
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Priority queue data structure where you are able to set your own compare function.
Easily-extendable error for use with ES6 classes
Get the dependencies of an ES6 module
priority queue
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
ECMAScript6 Set polyfill
Converts callback-based functions to ES6 Promises
Iterator abstraction based on ES6 specification
A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
ECMAScript6 WeakMap polyfill
Typescript implementation of queues, such as priority queue and circular queue.
String validation and sanitization
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
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.