UNPKG

type-plus

Version:
3 lines 274 B
import type { KeyTypes } from './KeyTypes.js'; export declare function everyKey<S extends Record<KeyTypes, any>, T = any>(subject: S, predicate: (this: T, key: keyof S, index: number, array: string[]) => unknown, thisArg?: T): boolean; //# sourceMappingURL=everyKey.d.ts.map