Hey there,
Thanks for useful helper package
Docs says that all options are "true" by default, which means that I can use it like this:
but I can't because of typescript, and passing empty object resetting options to undefined ⇾ false
Proposal
Made queryParser argument optional, and set all options to true by default.
Hey there,
Thanks for useful helper package
Docs says that all options are "true" by default, which means that I can use it like this:
but I can't because of typescript, and passing empty object resetting options to undefined ⇾ false
Proposal
Made
queryParserargument optional, and set all options to true by default.