UNPKG

@kazesolo/otakudesu-api

Version:

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

3 lines (2 loc) 116 B
import type { Genre } from '../types'; export declare const getGenreList: (requestUrl: string) => Promise<Genre[]>;