sindresorhus/type-fest

Expose more internal types

Open

#676 opened on Sep 1, 2023

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

Repository metrics

Stars
 (12,328 stars)
PR merge metrics
 (Avg merge 3d 5h) (11 merged PRs in 30d)

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