sindresorhus/type-fest

Expose more internal types

Open

#676 opened on Sep 1, 2023

View on GitHub
 (1 comment) (3 reactions) (0 assignees)TypeScript (12,328 stars) (471 forks)batch import
good first issuehelp wantedtype addition

Description

Hello,

For use, the ArrayElement type is super convenient, yet we can only import it from the type-fest/source/internal path. In Deno this causes some import issues so I was wondering if the library could export ArrayElement directly from the main project?

Contributor guide