UNPKG

@abaplint/runtime

Version:
9 lines (8 loc) 238 B
import { Integer } from "../types"; import { ICharacter } from "../types/_character"; type countAnyOfInput = { val: ICharacter; sub: ICharacter; }; export declare function count_any_of(input: countAnyOfInput): Integer; export {};