UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 167 B
import { Table } from "../types"; import { ICharacter } from "../types/_character"; export declare function collect(source: ICharacter | Table, target?: Table): void;