DefinitelyTyped/types/rsocket-websocket-client/index.d.ts
Oleh Dokuka 4d7955b2e9 Provides Aligning of RSocket-xxx definitions with the latest RSocket-JS release (#40580)
* provides alignment with the latest RSocket-JS

* provides alignment with the latest RSocket-JS

Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
2019-11-22 07:44:23 -08:00

11 lines
513 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>
// Oleh Dokuka <https://github.com/olegdokuka>
// Bryce Matheson <https://github.com/brycematheson1234>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import RSocketWebSocketClient from './RSocketWebSocketClient';
export default RSocketWebSocketClient;