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.51k stars 59 forks source link

implement Object.AllPaths, Object.Keys and Object.Values #56

Closed eloytoro closed 1 year ago

eloytoro commented 1 year ago

I find this type to be very useful, should play along nicely with Object.Get

eloytoro commented 1 year ago

@gvergnaud applied your suggestions

gvergnaud commented 1 year ago

@eloytoro thanks! I created an impl/objects module on the main branch to contain all implementation functions, could you rebase and put yours in this module?

eloytoro commented 1 year ago

@gvergnaud done