UNPKG
@vitron/main
Version:
latest (2.0.0-alpha.1)
2.0.0-alpha.1
2.0.0-alpha.0
This is a utility package for the main process.
github.com/tada5hi/vitron
tada5hi/vitron
@vitron/main
/
dist
/
module.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
import
type
{
BrowserWindow
}
from
'electron'
;
import
type
{
ServeOptions
}
from
'./type'
;
export
declare
function
serve
(
mainWindow
:
BrowserWindow
,
options
:
ServeOptions
):
Promise
<
void
>;