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.

9 lines 369 B
import { RootCircuit } from "temp-circuits"; export declare class UTextTranslator extends RootCircuit { translate(sourceText: string, translationMap: Map<string, string>): string; translateGenericTemplateFile(sourceText: string, translationDictionary: { from: string; to: string; }[]): string; } //# sourceMappingURL=UTextTranslator.d.ts.map