smartsocket/dist/smartsocket.helpers.d.ts

8 lines
276 B
TypeScript
Raw Normal View History

2016-08-07 16:59:39 +00:00
/// <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<{}>;