UNPKG

type-plus

Version:
6 lines 225 B
export function findKey(subject, predicate, thisArg) { return Object.keys(subject).find(function (k, i, a) { return predicate.apply(this, [k, i, a, subject]); }, thisArg); } //# sourceMappingURL=findKey.js.map