UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

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