Skip to main content
Module

x/earthstar/src/entries/npm.ts>extractTemplateVariablesFromPath

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

type

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