mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export const isMacOS = () => {
|
|
return process.platform === 'darwin';
|
|
};
|