qs
qs copied to clipboard
qs for koa, and use querystring more safely.
How to use import qs from 'koa-qs' instead of require('koa-qs')(app)
## Describe the feature We want to use koa-qs 3.0.0 with the custom decoder function, but the types for koa-qs in `@types/koa-qs` do not exist for version 3. is that...
## Checklist - [x] I have ensured my pull request is not behind the main or master branch of the original repository. - [x] I have rebased all commits where...