UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 201 B
import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function repeat(input: { val: ICharacter | string; occ: INumeric; }): ICharacter;