UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 253 B
import { FieldSymbol } from "../types"; import { ICharacter } from "../types/_character"; export declare function translate(input: { val: ICharacter | string; from: ICharacter | string; to: ICharacter | FieldSymbol | string; }): ICharacter;