Skip to content

Commit

Permalink
src/whatsabi.ts: Export errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Aug 9, 2024
1 parent 7b28a95 commit 0f3ce41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/whatsabi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ import * as loaders from "./loaders.js";
import * as proxies from "./proxies.js";
export { loaders };
export { proxies };

import * as errors from "./errors.js";
export { errors };

0 comments on commit 0f3ce41

Please sign in to comment.