Codibre/fluent-iterable

View on GitHub
src/recipes/group-recipe.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function groupRecipe has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function groupRecipe(ingredients: GroupIngredients) {
  const orderedGroup = orderedGroupRecipe(ingredients);
  const { reduceAndMap, resolver, iterate, forEach } = ingredients;
  return function <T>(
    this: AnyIterable<T>,
Severity: Minor
Found in src/recipes/group-recipe.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status