@nestia/sdk
Version:
Nestia SDK and Swagger generator
7 lines (6 loc) • 313 B
TypeScript
import { ITypedApplication } from "../../structures/ITypedApplication";
export declare namespace SdkWebSocketCloneProgrammer {
const write: (app: ITypedApplication) => Promise<Set<string>>;
const importKey: (file: string, name: string) => string;
const isNodeModulesPath: (file: string) => boolean;
}