Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/templates.d.ts
export declare function replaceTemplate(template: string, replacements: Record<string, string | undefined>): string;
export declare function envToTemplateVars(env: Record<string, string | undefined>): Record<string, string>;
//# sourceMappingURL=templates.d.ts.map