variable decode
Usage in Deno
import { decode } from "node:querystring";
The querystring.decode() function is an alias for querystring.parse().
import { decode } from "node:querystring";
The querystring.decode() function is an alias for querystring.parse().