UNPKG
deepstream-rxjs
Version:
latest (0.1.0)
0.1.0
RxJS utility functions for deepstream-client
deepstream-rxjs
/
lib
/
index.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
Options
= deepstreamIO.
Options
;
export
declare
function
createClient
(
url
:
string
,
options
:
Options
):
any
;