Skip to content

Commit

Permalink
feat: export interface State from EventStream
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperZutterman committed Oct 27, 2021
1 parent 066682f commit 8810656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actor-init-ldes-client/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { LDESClient } from './lib/LDESClient';

export * from "./lib/LDESClient";
export { EventStream } from "./lib/EventStream";
export { EventStream, State } from "./lib/EventStream";
// tslint:disable:no-var-requires
//export default <LDESClient> require('./engine-default');

Expand Down

0 comments on commit 8810656

Please sign in to comment.