UNPKG

@sodacore/ws

Version:

Sodacore ws is a core plugin that extends the Http plugin offering WebSocket support to the Sodacore framework.

7 lines 226 B
/** * Will define a class a middleware, make sure to * implement the IMiddleware interface. * @returns ClassDecorator */ export default function Middleware(): (target: any) => void; //# sourceMappingURL=middleware.d.ts.map