@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
7 lines (6 loc) • 382 B
TypeScript
import * as ts from "typescript";
import { ParameterDeclaration, StringLiteral } from "typescript";
export declare function param(name: string, typeName: string): ParameterDeclaration;
export declare function str(text: string): StringLiteral;
export declare function exportModifier(): ts.Token<ts.SyntaxKind.ExportKeyword>;
export declare function idn(text: string): ts.Identifier;