UNPKG

angular2-sails-socketio

Version:

An angular2 module for using the sails socket.io api

8 lines (7 loc) 175 B
export function Endpoint(value: string) { return function (target: any) { target.prototype.getEndPoint = function () { return value; } } }