swarpc
Version:
Full type-safe RPC library for service worker -- move things off of the UI thread with ease!
11 lines (10 loc) • 316 B
TypeScript
/**
* @module
* @mergeModuleWith <project>
*/
import "./polyfills.js";
export type { ProceduresMap, CancelablePromise } from "./types.js";
export { Client } from "./client.js";
export type { SwarpcClient } from "./client.js";
export { Server } from "./server.js";
export type { SwarpcServer } from "./server.js";