UNPKG

divvy-lib

Version:

A JavaScript API for interacting with Divvy in Node.js and the browser

7 lines (6 loc) 174 B
declare function createHTTPServer(options: any, httpPort: any): { server: any; start: () => Promise<{}>; stop: () => Promise<{}>; }; export { createHTTPServer };