find-last
Like Array#find but searches the array backwards.
Like Array#find but searches the array backwards.
Get last value in lists, like Array[length-1].
Get last index of value in lists, like Array.lastIndexOf().
Get last value in lists that satisfies the test, like Array.find().
Get index of last value in lists that satisfies the test, like Array.findIndex().
Returns a new shallow copy of the last n elements taken from the end of the given array. When list.length < n the list returned contain list.length elements.
Like split-on-first but splits on the last occurence.
simple lib to get last mongodb id
DEPRECATED A Metalsmith plugin that adds files last modification times to their Metalsmith metadata.
Get last index of value in object, like Array.lastIndexOf().
Search and slice string easily to get all remaining parts or the single one in any direction.
PostCSS plugin that gives media query rules precedence by moving them to the end of the file
indexof starting from the right side of an array
The inquirer input prompt plus up-arrow fills in default value.
This is my incredible amazing lodown library. Just kidding, it's terrible. But it shall be good. We shall never surrender. We shall fight in the oceans, we shall fight in the streets.
lodown library
Check array of items and return the item with the highest suffix number. if non is found return undefined.
Contextualized promises by name and symbol
Extract last number from given string. return array with the string without the number, and the number himself
Gets the date a file was last modified in a git repo.