UNPKG

wails-auto-ipc

Version:

generate single app.go for wails app from multiple files

10 lines (7 loc) 245 B
// @ts-check /** * @description * - instead from 'vorth', this one imported from 'vorth/src/Vorth.mjs', because vorth export both node and browser api for less dependency needed; */ import { Vorth } from 'vorth/src/Vorth.mjs'; new Vorth();