UNPKG

@abaplint/runtime

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