Open
Description
Currently, the function passed in the types parameter successfully processes only simple types. Is support for arrays expected to expand?
This will cause an error now "options.types[key].replace is not a function":
queryString.parse('double=3,6,4', {
arrayFormat: 'comma',
types: {
double: value => value.toSorted(value),
},
})
Metadata
Metadata
Assignees
Labels
No labels