node-formidable/formidable

firstValues export in index

Open

#969 opened on Feb 14, 2024

View on GitHub
 (5 comments) (1 reaction) (0 assignees)JavaScript (701 forks)batch import
Area: APIsPriority: Mediumgood first issue

Repository metrics

Stars
 (6,741 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Suggestion

I want to use firstValues function from import But it doesn't export in index.js. other function is exported like

export * from './parsers/index.js'; export * from './plugins/index.js';

Why you guys didn't export helpers.

Thanks you

Contributor guide