Create an array with values that are present in the first input array but not additional ones
Like a Set, but provides the index of the `key` in the backing array
Minimal async jobs utility library, with streams support
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Create and modify PDF files with JavaScript
Fast JavaScript array sorting by implementing Python's Timsort algorithm
DOM helper library
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
Turn anything into an array
Simple javascript lib for converting a [comma || space] delimited string to an array
Parse binary files with a schema into nicely readable objects
Loop over each item in an array and call the given function on every element.
Node's URL module plus relative pathing
Stringify your JSON at max speed
Adobe I/O lib for determining dev environment
Storage higher order operation
Metrics for the Standard 14 PDF fonts and their encodings
This is an internal library. If you just want to lint your pug templates, use [eslint-plugin-vue-pug](https://github.com/rashfael/eslint-plugin-vue-pug).
More than 150 Handlebars helpers in 17 categories. Works in browsers and in Node.js.
utilities for primitive JavaScript types
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.