Skip to content

Commit

Permalink
fix: add missing iface reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 1, 2023
1 parent 6019047 commit 57d391a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { topo } from './topo'
export { topo, traverseDeps, traverseQueue } from './topo'
export * from './interface'

0 comments on commit 57d391a

Please sign in to comment.