UNPKG

@abaplint/runtime

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