UNPKG

@liveblocks/react-ui

Version:

A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

8 lines (6 loc) 227 B
const WHITESPACE_REGEX = /\s/; function isWhitespaceCharacter(character) { return character ? WHITESPACE_REGEX.test(character) : false; } export { isWhitespaceCharacter }; //# sourceMappingURL=is-whitespace-character.js.map