Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/core/plugins/api/utils.ts>parseSearchParams

Deno-powered framework for building business web apps
Go to Latest
function parseSearchParams
import { parseSearchParams } from "https://deno.land/x/netzo@0.3.91/core/plugins/api/utils.ts";

Returns

{ query: Record<string, string>; params: Record<string, string>; }