Creates a promise that resolves to an Ok instance.
The successful value type.
The error type kept for compatibility with the Result union.
Result
The value to wrap in an Ok result.
Ok
A promise that resolves to new Ok(value).
new Ok(value)
Creates a promise that resolves to an Ok instance.