gvergnaud / hotscript

A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.
3.38k stars 57 forks source link

SetOptional or PartialBy feature #101

Open leobastiani opened 1 year ago

leobastiani commented 1 year ago

Is there anyway to achieve something like https://github.com/sindresorhus/type-fest/blob/main/source/set-optional.d.ts without creating a new interface that extends from Fn?