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.

1 lines 453 B
{"version":3,"file":"is-apple.cjs","sources":["../../src/utils/is-apple.ts"],"sourcesContent":["const APPLE_REGEX = /Mac|iPod|iPhone|iPad/;\n\nexport function isApple() {\n return (\n typeof window !== \"undefined\" && APPLE_REGEX.test(window.navigator.platform)\n );\n}\n"],"names":[],"mappings":";;AAAA,MAAM,WAAc,GAAA,sBAAA,CAAA;AAEb,SAAS,OAAU,GAAA;AACxB,EAAA,OACE,OAAO,MAAW,KAAA,WAAA,IAAe,YAAY,IAAK,CAAA,MAAA,CAAO,UAAU,QAAQ,CAAA,CAAA;AAE/E;;;;"}