fast-querystring icon indicating copy to clipboard operation
fast-querystring copied to clipboard

A 45% faster alternative to node:querystring module

Results 3 fast-querystring issues
Sort by recently updated
recently updated
newest added

Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 2.0.2 to 3.0.2. Release notes Sourced from cronometro's releases. 3.0.2 chore: Updated dependencies. (00d41ea) chore: Added missing dependency. (0c7f20b) 3.0.1 chore: Updated dependencies. (aafac0f) 3.0.0 feat!: Replaced...

dependencies
javascript

Hey @anonrig, huge fan! ;) Just wanted to ask if there is a reason why this package is not being merged to node itself if it is faster and API...

I use this lib through [Eclypsia](https://github.com/elysiajs/elysia). I was hoping it could decode an HTML form with name containing bracket and a key as follow: ```js import { parse } from...