UNPKG

@abaplint/runtime

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