ok
ok<
T>(value):Ok<T>
Defined in: packages/core/src/result.ts:54
Create a successful result containing the given value.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”T
The success value to wrap
Returns
Section titled “Returns”Ok<T>
An Ok result containing the value