Removes value at index.
Sets value at index.
Array manipulation, ordering, searching, summarizing, etc.
Copies part of array to another.
Rotates values in array.
Updates values based on map function.
Exchanges two values.
Removes or replaces existing values.
Gets values from the right.
Appends values from arrays.
Keeps values which pass a test.
Removes last value.
Removes first value.
Sets value at index.
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.