firstValues export in index
Author: Hyodori04Created Feb 14, 2024Updated Dec 5, 2024
Labelsgood first issuePriority: MediumArea: APIs
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
Source: node-formidable/formidable