mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 01:24:26 +00:00
* BrowserWindow.setMenu accepts `null` Passing null to setMenu removes the menu bar. The explicit "or null" type annotation is needed for users using the "strictNullChecks" option. * Add tests for BrowserWindow.setMenu