Interface IValueHolder<T>

custom value holder definition, since we are not pure functional but iterative we have structures which allow the assignment of a value also not all structures are side - effect free

Type Parameters

  • T

Hierarchy

  • IValueHolder

Implemented by

Properties

Properties

value: T | T[]

Generated using TypeDoc