UNPKG

anime-info

Version:

Plugin intended to collect informing of anime characters through the fandow wiki

3 lines (2 loc) 169 B
import { GenericPhoto, Language } from '../../shared/models'; export declare function getGallery(baseUrl: string, tag: string, lang: Language): Promise<GenericPhoto[]>;