UNPKG

@tutkli/jikan-ts

Version:

Node.js wrapper for the Jikan API with built-in typings.

7 lines (6 loc) 264 B
export declare const WatchEndpoints: { readonly watchRecentEpisodes: "/watch/episodes"; readonly watchPopularEpisodes: "/watch/episodes/popular"; readonly watchRecentPromos: "/watch/promos"; readonly watchPopularPromos: "/watch/promos/popular"; };