UNPKG

type-plus

Version:
3 lines 276 B
import type { KeyTypes } from './KeyTypes.js'; export declare function forEachKey<S extends Record<KeyTypes, any>, T = any>(subject: S, predicate: (this: T, key: keyof S, index: number, obj: Array<keyof S>) => void, thisArg?: T): void; //# sourceMappingURL=forEachKey.d.ts.map