UNPKG

@sodacore/ws

Version:

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

9 lines 342 B
/** * This decorator is used by the WS package to expose a method * within a controller for the WebSocket to be called, a command * is a format of: `namespace/methodName`. * @returns MethodDecorator * @default */ export default function Expose(): (target: any, propertyKey: string | symbol) => void; //# sourceMappingURL=expose.d.ts.map