UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

5 lines 211 B
import http from 'http'; import { Express } from 'express'; declare const setup: (httpServer: http.Server, app: Express, passport: any) => Promise<void>; export default setup; //# sourceMappingURL=setup.d.ts.map