UNPKG

@abaplint/transpiler

Version:
8 lines (7 loc) 222 B
import * as abaplint from "@abaplint/core"; export declare class DatabaseSchemaReuse { private readonly myQuote; constructor(quote: string); private quote; buildVIEW(view: abaplint.Objects.View): string; }