myanimelist-wrapper
Version:
A comprehensive TypeScript wrapper for the Jikan API v4 (unofficial MyAnimeList API)
18 lines (17 loc) • 458 B
TypeScript
export * from "./common";
export * from "./anime";
export * from "./manga";
export * from "./characters";
export * from "./people";
export * from "./clubs";
export * from "./seasons";
export * from "./schedules";
export * from "./top";
export * from "./genres";
export * from "./producers";
export * from "./magazines";
export * from "./users";
export * from "./reviews";
export * from "./recommendations";
export * from "./random";
export * from "./error";