Skip to content
New issue

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 is not exported from root #761

Open
AnthonyLzq opened this issue Nov 17, 2023 · 1 comment
Open

ConditionalSimplifyDeep is not exported from root #761

AnthonyLzq opened this issue Nov 17, 2023 · 1 comment
Labels
help wanted Extra attention is needed type addition

Comments

@AnthonyLzq
Copy link

AnthonyLzq commented Nov 17, 2023

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'?

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • The funding will be given to active contributors.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@sindresorhus
Copy link
Owner

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.

@sindresorhus sindresorhus added help wanted Extra attention is needed type addition labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type addition
Projects
None yet
Development

No branches or pull requests

2 participants