UNPKG

sparc

Version:

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

7 lines (6 loc) 154 B
import { Sparc } from './sparc'; export * from './types'; export * from './view'; export * from './store'; export * from './sparc'; export default Sparc;