Skip to content

Commit

Permalink
feat: add HiAnime namespace exports
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update code structure and revamped hianime namespace exports, inorder to accomodate other future providers
  • Loading branch information
ghoshRitesh12 committed Oct 4, 2024
1 parent a7aff3a commit dddd32e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
// scraper exports
export * from "./scrapers/index.js";
// hianime class export
export * as HiAnime from "./hianime/hianime.js";

// aniwatch error
export { AniwatchError } from "./config/error.js";

// scraper type exports
// export * from "./types/scrapers/index.js";

// common anime type exports
// export * from "./types/anime.js";

// // anime search type exports
// export * from "./types/animeSearch.js";

// helpful constant exports
// export {
// typeIdMap,
Expand Down

0 comments on commit dddd32e

Please sign in to comment.