Jon Schlinkert
Jon Schlinkert
arr-diff
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
arr-union
Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.
array-last
Return the last element in an array. Faster than `.slice`
array-slice
Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.
assemble-gist-blog
Use Assemble to create a blog from GitHub Gists! Consider this an example of how to get started with Assemble.
assign-symbols
Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill...
tabstops
Empower your text editor or prompt with full-featured code snippets! JavaScript library and API for parsing, compiling, and rendering code snippets, with complete support for VS Code-style tabstops. S...
gfm-code-blocks
Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.