Options
All
  • Public
  • Public/Protected
  • All
Menu

Module FourAnime

Index

Functions

Functions

term

  • Search an anime by a term.

    example
    Anime.on('error', console.log) // Catch errors
    Anime.term('jujutsu kaisen').then(res => {
      // Do something with res
    })
    

    Parameters

    • s: string

      string to search for.

    Returns Promise<SearchResult[]>

    An array of search results.

Generated using TypeDoc