UNPKG

@kazesolo/otakudesu-api

Version:

A module that retrieves data from otakudesu.vip. Now with TypeScript!

3 lines (2 loc) 138 B
import type { Anime } from '../types'; export declare const getAnime: (requestUrl: string, q: string, ext?: boolean) => Promise<Anime[]>;