Skip to main content
Module

x/denorest/lib/util/path_exp.ts>expParse

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

Route path to RegExp Function.

type

(path: string, moreExp?: boolean) => RegExp