Alexey Berezin
Alexey Berezin
> And then in it simply say that pick is already strict, and you can just use that, as more of an educational bit I will think about it and...
I've mentioned `Pick` in README – https://github.com/ts-essentials/ts-essentials/pull/330 The difference between `Omit` and `StrictOmit` was already there – https://github.com/ts-essentials/ts-essentials#comparison-between-omit-and-strictomit
Merged to master branch, will close it (don't need the release)
Hey @zhaoyao91! 👋 Sorry for writing you here 😅 Someone deleted my comment from here – https://github.com/sindresorhus/type-fest/issues/213 What are your requirements for `Path`? I've seen the code that you sent:...
Is planned here – https://github.com/ts-essentials/ts-essentials/pull/303
Hey @mehimanshupatil! Thank you for your report! I checked codesandbox and think the type error makes sense now because of the changes within 9.2.0 The change was introduced here – ...
If you have time to work on it, please feel free to create PR for it. Otherwise I will take it as soon as I have time Thank you for...
@mehimanshupatil I fixed it in a PR – https://github.com/ts-essentials/ts-essentials/pull/324, can you please have a look at it? if this fix is enough and you don't have more problems, I will...
I merged the changes. It will be released in ~1-2 weeks in https://github.com/ts-essentials/ts-essentials/pull/326
@mehimanshupatil thank you for your contribution again! Released in 9.3.0 ✅