Crowous
    Preparing search index...

    Function getMenusFrom

    • Get all menus for a given identifier and restaurant.

      Parameters

      • identifier: string

        Where we should look for restaurants.

      • restaurant: string

        Where we should look for menus.

      Returns Promise<Menu[]>

      A list of all menu for the given restaurant.

      const menus = await getMenusFrom("limoges", "r211");