NomoConstant<T extends Object> constructor

const NomoConstant<T extends Object>(
  1. T value
)

Implementation

const NomoConstant(this.value);