Showing 2 of 22 total issues

Result has 32 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Result<T = any, E = any> {
  /**
   * @param value - A value of type `T`
   * @returns Wrap a value into an `Result`.
   */
Severity: Minor
Found in src/result.ts - About 4 hrs to fix

    Option has 29 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export class Option<T = any> {
      /**
       * @param value - A value of type `T`
       * @returns Wrap a value into an `Option`.
       */
    Severity: Minor
    Found in src/option.ts - About 3 hrs to fix
      Severity
      Category
      Status
      Source
      Language