Showing 2 of 22 total issues
Result
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
export class Result<T = any, E = any> {
/**
* @param value - A value of type `T`
* @returns Wrap a value into an `Result`.
*/
Option
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
export class Option<T = any> {
/**
* @param value - A value of type `T`
* @returns Wrap a value into an `Option`.
*/