import { helpers } from "https://dotland.deno.dev/x/oak@v12.6.2/mod.ts";
const { getQuery } = helpers;
Given a context, return the .request.url.searchParams
as a Map
of keys
and values of the params.
Parameters
ctx: Context | RouterContext<string>
Given a context, return the .request.url.searchParams
as a record object
of keys and values of the params.
Parameters
ctx: Context | RouterContext<string>