UNPKG

type-plus

Version:
4 lines 159 B
export function forEachKey(subject, predicate, thisArg) { return Object.keys(subject).forEach(predicate, thisArg); } //# sourceMappingURL=forEachKey.js.map