UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

4 lines 210 B
//#region src/compat/_internal/ConformsPredicateObject.d.ts type ConformsPredicateObject<T> = { [P in keyof T]: T[P] extends ((arg: infer A) => any) ? A : any }; //#endregion export { ConformsPredicateObject };