UNPKG
rowt-console-sdk
Version:
latest (0.0.1)
0.0.1
SDK for interacting with Rowt Server API from a client-side application.
rowt-console-sdk
/
dist
/
index.d.ts
5 lines
(4 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
import
RowtConsole
from
"./RowtConsole"
;
export
*
from
"./types"
;
export
{
RowtConsole
};
export
default
RowtConsole
;