@tutkli/jikan-ts
Version:
Node.js wrapper for the Jikan API with built-in typings.
22 lines (21 loc) • 962 B
TypeScript
export * from './constants/base.const';
export * from './endpoints/anime.endpoints';
export * from './endpoints/characters.endpoints';
export * from './endpoints/clubs.endpoints';
export * from './endpoints/genres.endpoints';
export * from './endpoints/magazines.endpoints';
export * from './endpoints/manga.endpoints';
export * from './endpoints/people.endpoints';
export * from './endpoints/producers.endpoints';
export * from './endpoints/random.endpoints';
export * from './endpoints/recommendations.endpoints';
export * from './endpoints/reviews.endpoints';
export * from './endpoints/schedules.endpoints';
export * from './endpoints/seasons.endpoints';
export * from './endpoints/top.endpoints';
export * from './endpoints/watch.endpoints';
export * from './models';
export * from './models/clubs/clubs.model';
export * from './models/clubs/clubs-params.model';
export * from './models/magazine/magazine.model';
export * from './models/watch/watch.model';