recently
Helper to get the last time something happened
Helper to get the last time something happened
Select first, last or a slice of an array
A set of JavaScript array helper functions: position, contains, match, exclude, find, update, replace, move, swap, first, last, unique.
Adds array.last property. Usage: ['a', 'b'].last //=> 'b'
Tiny library to get last, or nth last entry in array
Get the first element or first n elements of an array.
"Get the first element or first n elements of an array.Study from jonschlinkert/array-first
Simple decorator for caching the result of a function based on the most recent arguments
Get last value in entries that satisfies the test, like Array.find().
Get index of last value in entries that satisfies the test, like Array.findIndex().
Get last index of value in entries, like Array.lastIndexOf().
An array is a collection of values, stored contiguously.
Split the last separator of string.
Um wrapper para facilitar o uso da API do Last-Silence
The [strman](https://github.com/dleitee/strman) method `last` exported as a [Node.js](https://nodejs.org/) module.
Name data with frequency in JSON for name generation
Easy way to read file lines on two directions: from the beginning to the end and from the end to the beginning.
Change the creation date of multiple files to be their last modified time.
There are cases where you may want to execute only the last requests that the users has triggered.
Get the last or last n elements in an array.Study from Jon Schlinkert/array-last.