DefinitelyTyped/types/rsocket-websocket-client/index.d.ts
brycematheson1234 70b782ba42 . (#37761)
2019-08-20 14:49:17 -07:00

10 lines
450 B
TypeScript

// Type definitions for rsocket-websocket-client 0.0
// Project: https://github.com/rsocket/rsocket-js/
// Definitions by: Adrian Hope-Bailie <https://github.com/adrianhopebailie>
// Bryce Matheson <https://github.com/brycematheson1234>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import RSocketWebSocketClient from './RSocketWebSocketClient';
export default RSocketWebSocketClient;