Preparing search index...
    • Finds the provider that can handle a given recipe source URL

      Iterates all registered providers and returns the first one whose canHandleUrl method returns true for the given URL.

      Parameters

      • url: string

        Recipe source URL to look up

      Returns undefined | RecipeProvider

      The matching provider instance, or undefined if none found