UNPKG

@abaplint/transpiler

Version:
7 lines (6 loc) 260 B
import * as abaplint from "@abaplint/core"; export declare class TranspileTypes { declare(t: abaplint.TypedIdentifier): string; declareStaticSkipVoid(pre: string, t: abaplint.TypedIdentifier): string; toType(type: abaplint.AbstractType): string; }