@commodo/fields

Enables defining rich data models by decorating function instances with specified model fields. Additionally, it adds `populate` and `validate` methods, for populating model instances with data, and then validating it, respectively.

commodo-fields-date

A simple date field, used with the Commodo "withFields" higher order function.

@commodo/name

Decorates a function (and its instances) with a name, that can be used for various purposes.

commodo-fields-object

A simple object field, used with the Commodo "withFields" higher order function.

commodo-fields-float

A simple float field, used with the Commodo "withFields" higher order function.