formidable icon indicating copy to clipboard operation
formidable copied to clipboard

firstValues export in index

Open Hyodori04 opened this issue 1 year ago • 5 comments

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

Hyodori04 avatar Feb 14 '24 02:02 Hyodori04

@Hyodori04

Yeah, that's a good point. I think the idea was to have helpers and wrapper things on a separate package.

We'll do.

tunnckoCore avatar Mar 10 '24 20:03 tunnckoCore

Oh. There's a packge json exports for the helpers, so you should be able to access them?

image

tunnckoCore avatar Mar 10 '24 20:03 tunnckoCore

스크린샷 2024-03-11 오전 9 47 59

I think it's related typescript. In @types/formidable helpers is not defined. So I can't import.

Hyodori04 avatar Mar 11 '24 00:03 Hyodori04

@Hyodori04 I think it's related typescript. In @types/formidable helpers is not defined. So I can't import.

oh well, yeah probably the TS package is out of sync.

tunnckoCore avatar Mar 11 '24 01:03 tunnckoCore