UNPKG

jikan-api.js

Version:

A modern TypeScript wrapper for the Jikan API - the unofficial MyAnimeList API

7 lines 216 B
import Jikan from "./jikan"; export * from "./types/anime"; export * from "./types/manga"; export * from "./types/characters"; export * from "./types/common"; export default Jikan; //# sourceMappingURL=index.d.ts.map