Skip to main content
Module

x/earthstar/mod.browser.ts>extractTemplateVariablesFromPath

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

type

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