Skip to content

Commit

Permalink
fix: export github_uri.ts (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Feb 26, 2024
1 parent 5422e89 commit 2f109ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graph/mod.ts
Expand Up @@ -46,6 +46,7 @@ import type { getTopDeclDeps, TopDeclDeps } from "./top_decl_deps.ts"
export * from "./decl_deps.ts"
export * from "./decls.ts"
export * from "./fs.ts"
export * from "./github_uri.ts"
export * from "./graph_descendants.ts"
export * from "./graph.ts"
export * from "./top_decl_deps.ts"
Expand Down

0 comments on commit 2f109ed

Please sign in to comment.