UNPKG

swarpc

Version:

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

10 lines (8 loc) 201 B
/** * @module * @mergeModuleWith <project> */ import "./polyfills.js"; export * from "./client.js"; export * from "./server.js"; export type { ProceduresMap, CancelablePromise } from "./types.js";