mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
1 line
53 B
TypeScript
1 line
53 B
TypeScript
export const IS_MAC = process.platform === 'darwin';
|