@allynet/ishod
    Preparing search index...

    Type Alias Ok<T>

    Ok: result<true, T>

    An Ok is a type that represents a successful result.

    Type Parameters

    • T
    const okResult: Ok<number> = ok(1);