UNPKG

node-myanimelist

Version:
19 lines (18 loc) 465 B
/** * # SeasonLater * * #### For more info visit <a href="https://jikan.docs.apiary.io/#reference/0/season" target="_blank">https://jikan.docs.apiary.io</a> * * ### Get Season Later * Anime that have been announced for the upcoming seasons * ```js * Jikan.seasonLater(); * ``` */ export declare class SeasonLater { /** @ignore */ private baseUrl; constructor(); info(): Promise<any>; } export declare function seasonLater(): Promise<any>;