@abaplint/runtime
Version:
Transpiler - Runtime
10 lines (9 loc) • 309 B
TypeScript
import { String } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function from_mixed(input: {
val: ICharacter | string;
sep?: ICharacter | string;
case?: ICharacter | string;
min?: INumeric | number;
}): String;