Codibre/fluent-iterable

View on GitHub
src/recipes/distinct-by-recipe.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function distinct has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  return function distinct<T>(
    this: AnyIterable<T>,
    mappers: FunctionAnyMapper<any>[],
  ) {
    const { length } = mappers;
Severity: Minor
Found in src/recipes/distinct-by-recipe.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status