Add all the REST APIs as fully typed methods to Liveblocks client. See
docs.
Add utilities to work with the CommentBody format from Comments:
getMentionedIdsFromCommentBody(body) - Get a list of all mentioned IDs
from a CommentBody. See
docs.
stringifyCommentBody(body, options) - Convert a CommentBody to a string,
either as plain text, HTML, or Markdown. It supports resolving mention IDs
similarly to @liveblocks/react and overriding each element to control the
formatting. See
docs.