UNPKG

@abaplint/runtime

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