wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
9 lines • 369 B
TypeScript
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