UNPKG

node-myanimelist

Version:
19 lines (18 loc) 496 B
/** * # SeasonArchive * * #### For more info visit <a href="https://jikan.docs.apiary.io/#reference/0/season" target="_blank">https://jikan.docs.apiary.io</a> * * ### Get Season Archive * All the years & their respective seasons that can be parsed from MyAnimeList * ```js * Jikan.seasonArchive(); * ``` */ export declare class SeasonArchive { /** @ignore */ private baseUrl; constructor(); info(): Promise<any>; } export declare function seasonArchive(): Promise<any>;