mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* provides alignment with the latest RSocket-JS * provides alignment with the latest RSocket-JS Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
10 lines
444 B
TypeScript
10 lines
444 B
TypeScript
// Type definitions for rsocket-websocket-server 0.0
|
|
// Project: https://github.com/rsocket/rsocket-js/
|
|
// Definitions by: Adrian Hope-Bailie <https://github.com/adrianhopebailie>
|
|
// Oleh Dokuka <https://github.com/olegdokuka>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import { RSocketWebSocketServer } from './RSocketWebSocketServer';
|
|
export default RSocketWebSocketServer;
|