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