UNPKG

swarpc

Version:

Full type-safe RPC library for service worker -- move things off of the UI thread with ease!

8 lines (7 loc) 132 B
/** * @module * @mergeModuleWith <project> */ import "./polyfills.js"; export * from "./client.js"; export * from "./server.js";