UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

10 lines 566 B
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