Hello,
I'm currently using the version 3.2.0 with the stream mode and apparently it's not possible to pass the typeHandlers options.
I checked a bit the code and I think the issue is located here :
|
const isOptions = objectKeys.every((key) => defaultKeys.includes(key)); |