Skip to content

Commit

Permalink
expose flow utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jun 28, 2023
1 parent bdce1ae commit 29f759f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ export type { BidirectParams } from './builtin/bidirect'
export { BidirectFlow } from './builtin/bidirect'
export type { ClassicParams } from './builtin/classic'
export { ClassicFlow } from './builtin/classic'
export type { State, StateContext } from './utils'
export { getSourceTarget } from './utils'
export * from './utils'

0 comments on commit 29f759f

Please sign in to comment.