UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

7 lines (6 loc) 275 B
import type {ObjectBooleanize, ObjectPartial} from '@gecut/types'; export default function objectPartial<T extends Record<string, unknown>, K extends ObjectBooleanize<T, true>>( _object: T, options: K, ): ObjectPartial<T, K>; //# sourceMappingURL=object-partial.d.ts.map