UNPKG

swarpc

Version:

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

9 lines 235 B
/** * @module * @mergeModuleWith <project> */ import "./polyfills.js"; export * from "./client.js"; export * from "./server.js"; export type { ProceduresMap, CancelablePromise } from "./types.js"; //# sourceMappingURL=index.d.ts.map