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