UNPKG

swarpc

Version:

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

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