Codibre/fluent-iterable-js-sdsl

View on GitHub
src/ordered-map/to-ordered-map-async.ts

Summary

Maintainability
A
35 mins
Test Coverage

Function toOrderedMapAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    this: Iterable<T> | AsyncIterable<T>,
    key: Mapping<T>,
    value: Mapping<T> | undefined,
    reducer: Reducer<unknown, unknown> | undefined,
    cmp: Comparer<unknown>,
Severity: Minor
Found in src/ordered-map/to-ordered-map-async.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status