Files
bun.sh/src/node-fallbacks/querystring.js
2024-10-19 00:23:57 -07:00

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";