Skip to main content
Module

x/denorest/mod.ts>pathParse

Lightweight, Minimalist Framework For REST API 🦕 🚀
Latest
variable pathParse
import { pathParse } from "https://deno.land/x/denorest@v4.2/mod.ts";

Get Query And Parameter Function.

type

(req: Req) => Record<string, Record<string, string>>