@arifwidianto/rpc-agent
Version:
RPC Agent for both client and server, extends more methods easily
12 lines (11 loc) • 352 B
TypeScript
export declare class SchemaGenerator {
private sourceFile;
private program;
private initialize;
generateSchema(entryPointPath: string): void;
private processClassMethods;
private extractMethodInputSchema;
private extractMethodOutputSchema;
private mapTypeScriptTypeToSchemaType;
private generateSchemaFileContent;
}