Return an array with the unique values present in _all_ given arrays using strict equality for comparisons.
Repository
Repository di jonschlinkert
Return the last element in an array. Faster than `.slice`
Remove the specified elements from the given array using strict equality for comparison.
Gets all but the first or n elements in the given array.
Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Add up all of the numbers in an array of numbers. Works when non-numbers are present as well.
Return an array free of duplicate values. Very fast implementation.
Returns the symmetric difference (exclusive-or) of an array of elements (elements that are present in all given arrays and not in their intersections).
Similar to Lo-Dash's compact method, but coerces values to arrays first, then returns a flattened array with all falsey values removed. The values false, null, 0, "", undefined, and NaN are all falsey
Prompt a user for their github authentication credentials and save the results.
Only ask a question one time and store the answer.
Conditionally prompt the user based on options. For use with Base applications or question-store.
This project will help you get started with Assemble. Just download, install the dependencies, and you're off and running!
Use Assemble to create a blog from GitHub Gists! Consider this an example of how to get started with Assemble.
Pass variables to the LESS parser before compiling.
Collection indexing plugin for Assemble.io.
Easily wrap plugins to use with apps, collections, and/or views.