UNPKG

sparc

Version:

Bootstrap Electron with static views or socket connection to remote source such as Create React App.

4 lines (3 loc) 116 B
import { IApp, IAppOptions } from './types'; declare function Sparc(options?: IAppOptions): IApp; export { Sparc };