UNPKG

@ablanc/adn

Version:

Node.js unofficial api wrapper for adn (animedigitalnetwork)

5 lines (4 loc) 178 B
import { ADN } from "./types"; declare type GetCatalog = (options?: ADN.CatalogOptions) => Promise<ADN.Catalog["shows"]>; export declare const getCatalog: GetCatalog; export {};