sindresorhus/type-fest
`ConditionalSimplifyDeep` is not exported from root
Aberta
#761 aberto em 17 de nov. de 2023
help wantedtype addition
Métricas do repositório
- Stars
- (12.328 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 5h) (11 fundiu PRs em 30d)
Description
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'?