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