UNPKG

@abaplint/runtime

Version:
6 lines (5 loc) 167 B
import { ICharacter } from "../types/_character"; export declare function match(input: { val: ICharacter | string; regex: ICharacter | string; }): ICharacter;