native-theme.ts 111 B

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