mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
/**
|
|
* Browser polyfill for the `"querystring"` module.
|
|
*
|
|
* Imported on usage in `bun build --target=browser`
|
|
*/
|
|
export { decode, default, encode, escape, parse, stringify, unescape, unescapeBuffer } from "querystring-es3";
|