node-formidable/formidable

firstValues export in index

Offen

#969 geöffnet am 14.02.2024

 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (701 Forks)batch import
Area: APIsPriority: Mediumgood first issue

Repository-Metriken

Stars
 (6.741 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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