rescribet/link-lib

View on GitHub
src/datastrucures/DataSliceDSL.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

export const buildSlice = (creator: SliceCreator): DataSlice => {
  if (creator === undefined) {
    throw new Error("No creator passed");
  }

Severity: Minor
Found in src/datastrucures/DataSliceDSL.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status