UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 264 B
import { FieldSymbol } from "../types"; import { ICharacter } from "../types/_character"; export declare function substring_before(input: { val: ICharacter | FieldSymbol | string; sub?: ICharacter | string; regex?: ICharacter | string; }): ICharacter;