sindresorhus/type-fest

`ConditionalSimplifyDeep` is not exported from root

开放

#761 创建于 2023年11月17日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (471 个派生)batch import
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'?

贡献者指南