COk<Value, Error> constructor

const COk<Value, Error>(
  1. Value value
)

Implementation

const COk(this.value);