help wantedtype addition
仓库指标
- 星标
- (12,328 个星标)
- PR 合并指标
- (平均合并 3天 5小时) (30 天内合并 11 个 PR)
描述
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'?