UNPKG

partysync

Version:

Experimental library to synchronize state between a Durable Object and client. See [design discussion](https://github.com/cloudflare/partykit/issues/147).

7 lines 109 B
// src/client/index.ts var SyncClient = class { }; export { SyncClient }; //# sourceMappingURL=index.js.map