UNPKG

160 BTypeScriptView Raw
1import { ServerConfig } from './types';
2/**
3 * Start message & web servers
4 */
5declare function main(config: ServerConfig): Promise<void>;
6export default main;