UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

6 lines (4 loc) 170 B
'use strict' const findLastKey = require('./findLastKey') const lastKeyOf = module.exports = (iterable, value) => findLastKey(iterable, other => value === other)