chore: include pre-built dist for github install
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { RunContext } from "./types";
|
||||
import type { EventState } from "./event-state";
|
||||
export declare function processEvents(ctx: RunContext, stream: AsyncIterable<unknown>, state: EventState): Promise<void>;
|
||||
Reference in New Issue
Block a user