UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 206 B
import { ICharacter } from "../types/_character"; export declare const LINE_NOT_FOUND = "CX_SY_ITAB_LINE_NOT_FOUND"; export declare function line_exists(callback: () => Promise<void>): Promise<ICharacter>;