UNPKG

@tutkli/jikan-ts

Version:

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

10 lines (9 loc) 372 B
export declare const PeopleEndpoints: { readonly personFullById: "/people/{id}/full"; readonly personById: "/people/{id}"; readonly personAnime: "/people/{id}/anime"; readonly personVoices: "/people/{id}/voices"; readonly personManga: "/people/{id}/manga"; readonly personPictures: "/people/{id}/pictures"; readonly peopleSearch: "/people"; };