Expose locks utils
This commit is contained in:
parent
b56e8f6c15
commit
d9ffcfeb5c
2 changed files with 42 additions and 5 deletions
|
|
@ -20,3 +20,8 @@ export type { ClientCursors } from "./services/types/ClientCursors";
|
|||
export type { NetworkConnectionStatus } from "./types/network-connection-status";
|
||||
export { DocumentUpdateStatus } from "./types/document-update-status";
|
||||
export { SyncClient } from "./sync-client";
|
||||
|
||||
import { Locks } from "./utils/locks";
|
||||
export const helpers = {
|
||||
Locks
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue