UNPKG

fsf

Version:

A typesafe websocket RPC library which thins the borders between clients and servers.

4 lines (3 loc) 101 B
import Client from "./client/index"; import Server from "./server/index"; export { Client, Server };