1
2
3
4
export let qsExample = (async () => {
const qs = await import("npm:qs");
return qs.parse("?hi=there");
})();