Ok<S, F extends Object> constructor
const
Ok<S, F extends Object> (
- S ok
Receives the S
param as
the ok result.
Implementation
const Ok(
this.ok,
);
Receives the S
param as
the ok result.
const Ok(
this.ok,
);