mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 04:24:23 +03:00
e0eecffb2f
Co-authored-by: himself65 <himself65@outlook.com>
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export const isMacOS = () => {
|
|
return process.platform === 'darwin';
|
|
};
|