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