UNPKG

@kawaiioverflow/arm

Version:

A JSON-based database to relation mapping Anime ID's between MAL, Annict, AniList and Syobocal

11 lines (10 loc) 332 B
declare type StatisticsService = { name: 'MyAnimeList' | 'AniList' | 'Annict' | 'Syoboi Calendar'; length: number; }; declare type Statistics = { length: number; services: StatisticsService[]; }; export declare const version: string, generatorVersion: string, generatedAt: string, statistics: Statistics; export {};