UNPKG

foreach-prop

Version:
4 lines 236 B
import { Anything, ImmutableObject, Key } from './types'; declare function lastKeyOf<K extends Key>(object: ImmutableObject<K, Anything>, value: Anything): K | null; export default lastKeyOf; //# sourceMappingURL=last-key-of.d.ts.map