@dweb-browser/core
Version:
7 lines • 407 B
TypeScript
import type { MicroModuleRuntime } from "./MicroModule.js";
import type { $IpcEvent } from "./ipc/ipc-message/IpcEvent.js";
declare const ACTIVITY_EVENT = "activity";
export type $IpcActivityEvent = $IpcEvent<typeof ACTIVITY_EVENT>;
export declare const onActivity: (runtime: MicroModuleRuntime, cb: (event: $IpcActivityEvent) => unknown) => void;
export {};
//# sourceMappingURL=ipcEventOnActivity.d.ts.map