swimlane/ngx-datatable

View on GitHub
projects/swimlane/ngx-datatable/src/lib/utils/throttle.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function throttle has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function throttle(func: any, wait: number, options?: any) {
  options = options || {};
  let context: any;
  let args: any;
  let result: any;
Severity: Minor
Found in projects/swimlane/ngx-datatable/src/lib/utils/throttle.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status