native-theme.ts 112 B

123
  1. const { nativeTheme } = process._linkedBinding('electron_browser_native_theme');
  2. module.exports = nativeTheme;