UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 274 B
import { FieldSymbol, HashedTable, Table } from "./types"; type DynamicCondition = string | Table | HashedTable | { get(): string; }; export declare function expandDynamic(input: DynamicCondition, evaluate: (name: string) => FieldSymbol | undefined): string; export {};