-
-
Notifications
You must be signed in to change notification settings - Fork 689
firstValues export in index #969
Copy link
Copy link
Open
Labels
Area: APIsThings related to external and internal APIsThings related to external and internal APIsPriority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.good first issueGood for newcomers and first-timer contributorsGood for newcomers and first-timer contributors
Metadata
Metadata
Assignees
Labels
Area: APIsThings related to external and internal APIsThings related to external and internal APIsPriority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.good first issueGood for newcomers and first-timer contributorsGood for newcomers and first-timer contributors
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