@nestia/sdk
Version:
Nestia SDK and Swagger generator
8 lines (7 loc) • 403 B
TypeScript
import ts from "typescript";
import { INestiaProject } from "../../structures/INestiaProject";
import { ITypedHttpRoute } from "../../structures/ITypedHttpRoute";
import { ImportDictionary } from "./ImportDictionary";
export declare namespace SdkHttpFunctionProgrammer {
const write: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => ts.FunctionDeclaration;
}