const reSize = (width, height) => { global.windows.setMinimumSize(width, height); global.windows.setSize(width, height); }; module.exports = { reSize, };