molamk/wordfuzz

View on GitHub
src/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Fuzzer has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class Fuzzer {
  public static init = () => new Fuzzer();
  private q: IQuery = {};
  private constructor(received?: IQuery) {
    this.q = received ? { ...received } : {};
Severity: Minor
Found in src/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status