Skip to main content
Module

x/dtils/path.ts>parseQuery

The best unofficial library of utilities for Deno applications
Go to Latest
function parseQuery
import { parseQuery } from "https://deno.land/x/dtils@2.3.1/path.ts";

Parses a string of query string parameters

Parameters

queryString: string

Returns

Record<string, boolean | string | number>