@liveblocks/client
Version:
A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.
35 lines (33 loc) • 692 B
JavaScript
// src/index.ts
import { detectDupes } from "@liveblocks/core";
// src/version.ts
var PKG_NAME = "@liveblocks/client";
var PKG_VERSION = "2.22.3";
var PKG_FORMAT = "esm";
// src/index.ts
import {
createClient,
getMentionedIdsFromCommentBody,
isNotificationChannelEnabled,
LiveblocksError,
LiveList,
LiveMap,
LiveObject,
shallow,
stringifyCommentBody,
toPlainLson
} from "@liveblocks/core";
detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);
export {
LiveList,
LiveMap,
LiveObject,
LiveblocksError,
createClient,
getMentionedIdsFromCommentBody,
isNotificationChannelEnabled,
shallow,
stringifyCommentBody,
toPlainLson
};
//# sourceMappingURL=index.js.map