We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConditionalSimplifyDeep
If I want to import ConditionalSimplifyDeep I have to do:
import { ConditionalSimplifyDeep } from 'type-fest/source/conditional-simplify'
Because ConditionalSimplifyDeep is not imported from the root project. If you try to do:
import { ConditionalSimplifyDeep } from 'type-fest'
You will get the following error:
'"type-fest"' has no exported member named 'ConditionalSimplifyDeep'. Did you mean 'ConditionalPickDeep'?
The text was updated successfully, but these errors were encountered:
It's not exported publicly yet. I guess we can do it now that it has matured a bit, but it needs to be added to the readme and updated doc comments.
Sorry, something went wrong.
No branches or pull requests
If I want to import
ConditionalSimplifyDeep
I have to do:Because
ConditionalSimplifyDeep
is not imported from the root project. If you try to do:You will get the following error:
Upvote & Fund
The text was updated successfully, but these errors were encountered: