UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 247 B
import { Table } from "../types"; import { ICharacter } from "../types/_character"; import { String } from "../types/string"; export declare function concat_lines_of(input: { table: Table; sep: ICharacter | string | undefined; }): String;