콘텐츠로 이동

ok

ok<T>(value): Ok<T>

Defined in: packages/core/src/result.ts:54

Create a successful result containing the given value.

T

T

The success value to wrap

Ok<T>

An Ok result containing the value