mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
import debug = require('electron-debug')
|
|
|
|
debug({enabled: false});
|
|
|
|
debug({showDevTools: true});
|
|
debug({showDevTools: 'right'});
|
|
debug({showDevTools: 'bottom'});
|
|
debug({showDevTools: 'undocked'});
|