/* tslint:disable */ import * as wasm from './electron_yew_wasm_bg'; /** * @returns {void} */ export function main() { return wasm.main(); }