first commit
This commit is contained in:
1
calcom/packages/lib/isMac.ts
Normal file
1
calcom/packages/lib/isMac.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const isMac = typeof window !== "undefined" ? navigator.userAgent.indexOf("Mac") != -1 : false;
|
||||
Reference in New Issue
Block a user