a3e28788ce
* refactor: ginify Tray * lint * improve argument parsing logic * remove redundant imports from tray.js * new Tray produces an instanceof Tray * make Constructible generic * lint * clean up on exit
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
'use strict';
|
|
|
|
const { Tray } = process.electronBinding('tray');
|
|
|
|
module.exports = Tray;
|