UNPKG

@rxap/ts-morph

Version:

Provides utilities for manipulating TypeScript code using the ts-morph library. It offers a fluent API to add, modify, and remove code elements such as classes, decorators, imports, and properties in both Angular and NestJS projects. This package simplifi

12 lines (11 loc) 1.15 kB
export declare function OperationIdToRemoteMethodClassName(operationId: string): string; export declare function OperationIdToCommandClassName(operationId: string): string; export declare function OperationIdToResponseClassName(operationId: string): string; export declare function OperationIdToParameterClassName(operationId: string): string; export declare function OperationIdToClassRemoteMethodImportPath(operationId: string, scope?: string | null): string; export declare function OperationIdToRequestBodyClassName(operationId: string): string; export declare function OperationIdToCommandClassImportPath(operationId: string, scope?: string | null, isService?: boolean): string; export declare function OpenApiResponseClassImportPath(response: string, serverId: string, scope?: string | null): string; export declare function OperationIdToResponseClassImportPath(operationId: string, scope?: string | null): string; export declare function OperationIdToParameterClassImportPath(operationId: string, scope?: string | null): string; export declare function OperationIdToRequestBodyClassImportPath(operationId: string, scope?: string | null): string;