@mean-expert/loopback-sdk-builder
Version:
Tool for auto-generating Software Development Kits (SDKs) for LoopBack
13 lines (12 loc) • 370 B
text/typescript
/* tslint:disable */
/**
* @module SocketDriver
* @author Jonathan Casarrubias <t: johncasarrubias, gh: mean-expert-official>
* @license MIT
* @description
* The SocketDriver class is used for dependency injection swapping.
* It will be provided using factory method from different sources.
**/
export class SocketDriver {
connect(url: any, options: any) {}
}