UNPKG

@el3um4s/ipc-for-electron-window-controls

Version:

Allow the renderer to close, minimize and maximize the window (for desktop Electron)

5 lines (4 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const windowControls_1 = require("./IPC/windowControls"); exports.default = windowControls_1.default;