UNPKG

@abaplint/runtime

Version:
6 lines (5 loc) 168 B
import { String } from "../types"; import { ICharacter } from "../types/_character"; export declare function reverse(input: { val: ICharacter | string; }): String;