smartsocket/dist/smartsocket.helpers.d.ts
2016-08-07 18:59:39 +02:00

8 lines
276 B
TypeScript

/// <reference types="q" />
import * as plugins from "./smartsocket.plugins";
import { ISocketObject } from "./smartsocket.classes.smartsocket";
/**
* authenticate a socket
*/
export declare let authenticateSocket: (socketObjectArg: ISocketObject) => plugins.q.Promise<{}>;