Open vidhill opened 3 months ago
fixes: https://github.com/angus-c/just/issues/584
- using a utility from type-fest to check if the types are what is desired/expected
type-fest
Before:
After
I updated & added some unit tests assertions to this PR
fixes: https://github.com/angus-c/just/issues/584
- using a utility from
type-fest
to check if the types are what is desired/expectedBefore:
After