sindresorhus/type-fest

`ConditionalSimplifyDeep` is not exported from root

Offen

#761 geöffnet am 17.11.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (471 Forks)batch import
help wantedtype addition

Repository-Metriken

Stars
 (12.328 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 5h) (11 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide