UNPKG

@microsoft.azure/autorest.incubator

Version:
6 lines 236 B
import { Statement } from '#csharp/code-dom/statements/statement'; export declare class LiteralStatement implements Statement { implementation: string; constructor(implementation: string); } //# sourceMappingURL=literal.d.ts.map