mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
450 B
TypeScript
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;
|