DefinitelyTyped/types/rsocket-websocket-server/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

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;