UNPKG

cor-base-service

Version:

Library build upon COR web services. Handles authN/authZ, standarizes logging and error messages

6 lines 382 B
import { Server } from "http"; import { WSRoute } from "./types/ws"; import { ServiceOptions } from "./types/config"; export declare const attachWebSocketServer: (server: Server, options: ServiceOptions, router: WSRoute[]) => void; export declare const attachTestWebSocketServer: (server: Server, options: ServiceOptions, router: WSRoute[]) => void; //# sourceMappingURL=ws.d.ts.map