Discards values which pass a test.
Updates values based on map function.
Keeps values which pass a test.
Copies part of array to another.
Updates values based on map function.
Rotates values in array.
Exchanges two values.
Sets value at index.
Keeps values which pass a test.
Gets values from the right.
Appends values from arrays.
Removes last value.
Removes first value.
Picks an arbitrary permutation.
Gets values from the left.
Gets a part of array.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Gives values present in any array.
Adds values to the start.
Arranges values in an order.
Copies part of array within.
Adds values to the end.
Arranges values in an order.
Gets values from middle.