Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib util templates.d.ts
Raw

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