UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 207 B
import { Character, Structure } from "../types"; import { ICharacter } from "../types/_character"; export declare function overlay(value: Character | Structure, withh: ICharacter, _only?: ICharacter): void;