UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
utils
/
launch-util.d.ts
4 lines
(3 loc)
•
70 B
TypeScript
View Raw
1
2
3
4
export
declare
const
LaunchUtil
: {
vscode
(
root
:
string
):
void
; };