mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
* Allow partial responder in ClientConfig * add tests * move tests into client and server packages * Update TS version to 2.2
9 lines
377 B
TypeScript
9 lines
377 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>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import RSocketWebSocketClient from './RSocketWebSocketClient';
|
|
export default RSocketWebSocketClient;
|