import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { getQuery } = Oak.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>