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

    Function isCoreResult

    • Checks if a value is a CoreResult.

      Type Parameters

      • OkType
      • ErrType

      Parameters

      • value: unknown

        The value to check.

      Returns value is CoreResult<OkType, ErrType>

      True if the value is a CoreResult, false otherwise.

      v2.4.0