Options
All
  • Public
  • Public/Protected
  • All
Menu

Module integrations/myanimelist/top

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

TopAnimeTypesType

TopAnimeTypesType: typeof TopAnimeTypes[number]

Variables

Const TopAnimeTypes

TopAnimeTypes: readonly ["airing", "upcoming", "tv", "movie", "ova", "ona", "special", "bypopularity", "favorite"] = ...

Const config

config: { baseUrl: (type?: string) => string; name: string; defaultHeaders: any } = ...

Type declaration

  • baseUrl: (type?: string) => string
      • (type?: string): string
      • Parameters

        • Optional type: string

        Returns string

  • name: string
  • defaultHeaders: function
    • defaultHeaders(): { User-Agent: string }

Functions

Const default

  • default(type: "all" | "airing" | "upcoming" | "tv" | "movie" | "ova" | "ona" | "special" | "bypopularity" | "favorite", options: SearchOptions): Promise<TopResult[]>

Generated using TypeDoc