Entity Flow (ntt-flow)
The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.
Flow uses pure functions and does not update the data in-place, but instead always yields new updated data.
Flow only adds a dependency to
immutable
$3
Flow will attempt to construct some effect mechanism.
$3
Flow will attempt to construct some interceptor mechanism.
$3
Flow defines Message but it does not implement a delivery mechanism (http, sockets)
$3
Flow implements logical and mathematical reducers.
$3
Flow will attempt to construct some business rules mechanism.
$3
Flow defines general types such as ValueType, SimpleObject, FlatObject and Entity.
Development
$3
By default all scoped packages are published privately. To publish a scoped package publicly, pass the access flag with the value public:
``
npm publish --access public
``