node-myanimelist
Version:
Node.js wrappers for MAL.
19 lines (18 loc) • 465 B
TypeScript
/**
* # 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>;