UNPKG

type-plus

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