Skip to main content
Deno 2 is finally here 🎉️
Learn more
variable extractTemplateVariablesFromPathUsingRegex
import { extractTemplateVariablesFromPathUsingRegex } from "https://deno.land/x/stone_soup@v8.0.0/src/query/query-helpers.ts";

type

(namedCaptureRegex: string, path: string) => Record<string, string> | null