UNPKG

@vitron/main

Version:

This is a utility package for the main process.

4 lines (3 loc) 187 B
import type { BrowserWindow } from 'electron'; import type { ServeOptions } from './type'; export declare function serve(mainWindow: BrowserWindow, options: ServeOptions): Promise<void>;