Skip to main content
Module

x/earthstar/mod.ts>extractTemplateVariablesFromPath

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

type

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