UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 138 B
import { ICharacter } from "../types/_character"; export declare function to_lower(input: { val: ICharacter | string; }): ICharacter;