Skip to content

Commit

Permalink
feat: export fetchReferences method from module
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 16, 2024
1 parent a28c408 commit 9da18ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { fileURLToPath } from "node:url";
import { fetchReferences } from "./lib/fetch-references.js";
import { flattenItems } from "./lib/flatten-items.js";

export { fetchReferences } from "./lib/fetch-references.js";

export const __dirname = path.dirname(fileURLToPath(import.meta.url));

/**
Expand Down

0 comments on commit 9da18ab

Please sign in to comment.