UNPKG

myanimelist-wrapper

Version:

A comprehensive TypeScript wrapper for the Jikan API v4 (unofficial MyAnimeList API)

16 lines (15 loc) 407 B
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";