Closed OrangeDog closed 1 year ago
Hi. Thanks for pointing this out. Feel free to create a PR - and i'll be happy to merge it in.
Would it work if you removed it completely added a dependency on @types/papaparse?
Yeah, I think so. This should also lead to less maintenance, since this plugin basically pass the options array to Papa Parse. Most new functions will probably just require that the types and Papa Parse itself are updated.
Please note that the setters and getters for chunkSize, etc. are camelCase in the Papa-service. They are a bit mixed in Papa Parse.
Closing due to inactivity. Feel free to reopen.
Inactivity doesn't make it less of a problem.
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/papaparse/index.d.ts is correct.
This module has, for example,
dynamicTyping?: boolean;
even though the accompanying doc comment specifies it can also be an object or folder.