UNPKG

rowt-console-sdk

Version:

SDK for interacting with Rowt Server API from a client-side application.

5 lines (4 loc) 118 B
import RowtConsole from "./RowtConsole"; export * from "./types"; export { RowtConsole }; export default RowtConsole;