• Remove a rule from a rule array.

    Parameters

    • rules: RecipeRule[]

      The rule array to modify

    • path: string

      Dot separated path to the rule that should be removed.

    Returns void

    Error when the rule at the specified path does not exist.