UNPKG

@prodo/core

Version:

Core package for [Prodo](https://prodo.dev). See [documentation](https://docs.prodo.dev) for more info.

4 lines 421 B
import { Event, Origin, Store } from "./types"; export declare const startEvent: (store: Pick<Store<any, any>, "config" | "universe" | "plugins" | "dispatch" | "watchTree" | "trackHistory" | "history" | "watchForComplete">, actionName: string, pluginName: string, args: any, origin: Origin) => Event; export declare const completeEvent: (event: Event, store: Store<any, any>) => void; //# sourceMappingURL=events.d.ts.map