UNPKG
@lynker-desktop/devtron
Version:
latest (0.0.0-alpha.9)
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
Electron DevTools Extension to track IPC events
@lynker-desktop/devtron
/
dist
/
types
/
index.d.ts
6 lines
(5 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
install
(
):
Promise
<
void
>;
export
declare
const
devtron
: {
install
:
typeof
install; };
export
{};