0.1.1 • Published 3 years ago

@cbevins/variant v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

npm.io cbevins/variant

A Variable is an object with a unique name, a value, and a reference to a Variant type. The Variant type provides the Variable with:

  • value input text filtering,
  • value input text transformation into the Variant's native storage type,
  • native value validation,
  • native value transformation into other units-of-measure or text representation,
  • decoration of the displayed output value (with units-of-measure or other prefixes or suffixes).

Many Variables may share the same Variant. In fire behavior modeling, for example, many spread rate variables share the FireSpreadRate Variant, which is derived from the Quantity Variant.

0.1.1

3 years ago

0.1.0

3 years ago