UNPKG

@cuba-platform/front-generator

Version:
7 lines (6 loc) 382 B
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;