UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 244 B
import { String } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function escape(input: { val: ICharacter | string; format: INumeric | number; }): String;