UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 202 B
import { ICharacter } from "../types/_character"; export declare function matches(input: { val: ICharacter | string; regex?: ICharacter | string; pcre?: ICharacter | string; }): ICharacter;