UNPKG

federer

Version:

Experiments in asynchronous federated learning and decentralized learning

6 lines 176 B
export interface ServerCLIOptions { port: number; "coordinator-url": string; } export declare function getCLIArgs(): ServerCLIOptions; //# sourceMappingURL=cli.d.ts.map