UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

5 lines (4 loc) 182 B
import { ITypedApplication } from "../../structures/ITypedApplication"; export declare namespace SdkFileProgrammer { const generate: (app: ITypedApplication) => Promise<void>; }