UNPKG

@abaplint/runtime

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