Skip to main content
Module

x/earthstar/src/entries/universal.ts>extractTemplateVariablesFromPathUsingRegex

Storage for private, distributed, offline-first applications.
Go to Latest
variable extractTemplateVariablesFromPathUsingRegex
import { extractTemplateVariablesFromPathUsingRegex } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";

type

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