sindresorhus/type-fest

`ConditionalSimplifyDeep` is not exported from root

オープン

#761 opened on 2023/11/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (471 件のフォーク)batch import
help wantedtype addition

Repository metrics

Stars
 (12,328 個のスター)
PR merge metrics
 (平均マージ 3d 5h) (30d で 11 merged PRs)

説明

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

コントリビューターガイド