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.

7 lines (5 loc) 131 B
function isEmptyString(string) { return !string.trim(); } export { isEmptyString }; //# sourceMappingURL=is-empty-string.js.map