@luolapeikko/result-option
    Preparing search index...

    Type Alias ConstructorWithValueOf<ValueType>

    ConstructorWithValueOf: new (...args: never[]) => ValueOf<ValueType>

    Class constructor with a valueOf method that returns a value from an object.

    Type Parameters

    • ValueType

      return type of the valueOf method

    Number class => new Number().valueOf() // 0
    String class => new String().valueOf() // ''

    v0.3.0