wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
10 lines • 566 B
TypeScript
import { RootCircuit } from "temp-circuits";
export declare class UTemplateTranslator extends RootCircuit {
translateGenericTemplateFileAsync(templateDirName: string, srcFileRelPath: string, translationDictionary: {
from: string;
to: string;
}[], overwrite?: boolean): Promise<boolean>;
private _ensurePlaceholderValuesAsync;
translate(srcRootDirPath: string, toTranslateFileSelector: (absPath: string) => boolean, translationMap?: Map<string, string>, overwrite?: boolean): number;
}
//# sourceMappingURL=UTemplateTranslator.d.ts.map