Skip to main content
Module

x/earthstar/mod.ts>extractTemplateVariablesFromPathUsingRegex

Storage for private, distributed, offline-first applications.
Latest
variable extractTemplateVariablesFromPathUsingRegex
import { extractTemplateVariablesFromPathUsingRegex } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

type

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