UNPKG

fsf

Version:

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

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