Closed tomasbruckner closed 6 years ago
type script in not fully implemented in fast-xml-parser yet. Please refer #71 .If it cause any issue. I can remove parser.d.ts from fxp.
@amitguptagwl it should be fixed with PR #75 If I understood NIMN schema correctly, Array contains either object or string. Can anybody confirm?
@tomasbruckner Thanks for the PR. For the Nimn format, an array can contain either a string or object or an array.
@amitguptagwl Could you please publish the lastest version to NPM? I still see 3.3.8 on NPM site and I need the bug fix in my project :)
Done :)
Thanks!
Hello,
When I try to import fast-xml-parse in TypeScript, it throws TS2314 error.
Input
Please include your sample code or steps to reproduce here
Output
Expected data
No error is thrown.
Additional info