UNPKG

jikan-api.js

Version:

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

7 lines 235 B
declare class JikanHttpClient { private baseUrl; constructor(baseUrl?: string); get<T>(endpoint: string, params?: Record<string, any>): Promise<T>; } export default JikanHttpClient; //# sourceMappingURL=http-client.d.ts.map