Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.parseQuery

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

Parses a string of query string parameters

Parameters

queryString: string

Returns

Record<string, boolean | string | number>