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.

10 lines (7 loc) 264 B
'use strict'; const WHITESPACE_REGEX = /\s/; function isWhitespaceCharacter(character) { return character ? WHITESPACE_REGEX.test(character) : false; } exports.isWhitespaceCharacter = isWhitespaceCharacter; //# sourceMappingURL=is-whitespace-character.cjs.map