UNPKG

@gati-framework/cli

Version:

CLI tool for Gati framework - create, develop, build and deploy cloud-native applications

6 lines 218 B
/** * @module cli/utils/port-finder * @description Find available port with auto-increment */ export declare function findAvailablePort(startPort?: number): Promise<number>; //# sourceMappingURL=port-finder.d.ts.map