sindresorhus/type-fest

`ConditionalSimplifyDeep` is not exported from root

Open

#761 建立於 2023年11月17日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)TypeScript (12,328 star) (471 fork)batch import
help wantedtype addition

描述

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

貢獻者指南