UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

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