UNPKG

@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.

39 lines (37 loc) 764 B
// src/index.ts import { detectDupes } from "@liveblocks/core"; // src/version.ts var PKG_NAME = "@liveblocks/client"; var PKG_VERSION = "3.16.0"; var PKG_FORMAT = "esm"; // src/index.ts import { createClient, defineAiTool, FeedRequestErrorCode, getMentionsFromCommentBody, isNotificationChannelEnabled, LiveblocksError, LiveList, LiveMap, LiveObject, shallow, stringifyCommentBody, toPlainLson } from "@liveblocks/core"; detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT); export { FeedRequestErrorCode, LiveList, LiveMap, LiveObject, LiveblocksError, createClient, defineAiTool, getMentionsFromCommentBody, isNotificationChannelEnabled, shallow, stringifyCommentBody, toPlainLson }; //# sourceMappingURL=index.js.map