node-formidable/formidable

firstValues export in index

Open

#969 geöffnet am 14. Feb. 2024

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

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