UNPKG

@abaplint/runtime

Version:
9 lines (8 loc) 274 B
import { String } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function segment(input: { val: ICharacter | string; index: INumeric | number; sep: ICharacter | string; }): String;