UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

6 lines (5 loc) 271 B
import { ProjectVariablesImplementation } from '../../../../domain'; export declare const replaceProjectVariablesInDeclaredFileContents: ({ projectVariables, fileContents, }: { projectVariables: ProjectVariablesImplementation; fileContents: string; }) => string;