UNPKG

@abaplint/runtime

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