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) 235 B
'use strict'; const APPLE_REGEX = /Mac|iPod|iPhone|iPad/; function isApple() { return typeof window !== "undefined" && APPLE_REGEX.test(window.navigator.platform); } exports.isApple = isApple; //# sourceMappingURL=is-apple.cjs.map