UNPKG

@noxfly/noxus

Version:

Simulate lightweight HTTP-like requests between renderer and main process in Electron applications with MessagePort, with structured and modular design.

12 lines (10 loc) 294 B
/** * @copyright 2025 NoxFly * @license MIT * @author NoxFly */ export * from './request'; export * from './preload-bridge'; export * from './renderer-events'; export * from './renderer-client'; export type { HttpMethod, AtomicHttpMethod } from './decorators/method.decorator';