@abaplint/runtime
Version:
Transpiler - Runtime
6 lines (5 loc) • 334 B
TypeScript
import { Character, String } from "./types";
import { ICharacter } from "./types/_character";
import { INumeric } from "./types/_numeric";
export declare function alphaOut(source: ICharacter | INumeric): string;
export declare function alphaIn(source: ICharacter | INumeric | String, context: Character | String | undefined): string;