UNPKG

swarpc

Version:

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

9 lines (7 loc) 182 B
/** * @module * @mergeModuleWith <project> */ export * from "./client.js" export * from "./server.js" export type { ProceduresMap, CancelablePromise } from "./types.js"