UNPKG

type-plus

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