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.

35 lines (10 loc) 865 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts var _core = require('@liveblocks/core'); // src/version.ts var PKG_NAME = "@liveblocks/client"; var PKG_VERSION = "2.22.3"; var PKG_FORMAT = "cjs"; // src/index.ts _core.detectDupes.call(void 0, PKG_NAME, PKG_VERSION, PKG_FORMAT); exports.LiveList = _core.LiveList; exports.LiveMap = _core.LiveMap; exports.LiveObject = _core.LiveObject; exports.LiveblocksError = _core.LiveblocksError; exports.createClient = _core.createClient; exports.getMentionedIdsFromCommentBody = _core.getMentionedIdsFromCommentBody; exports.isNotificationChannelEnabled = _core.isNotificationChannelEnabled; exports.shallow = _core.shallow; exports.stringifyCommentBody = _core.stringifyCommentBody; exports.toPlainLson = _core.toPlainLson; //# sourceMappingURL=index.cjs.map