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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetOptional or PartialBy feature

leobastiani opened this issue · comments

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?