Area: APIsPriority: Mediumgood first issue
仓库指标
- Star
- (6,741 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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