enumerator.js 256 B

123456789
  1. /**
  2. * Module which stores constant values. These constants are mutable, however
  3. * generally should not be changed unless a value is being added. Values are
  4. * typically initialized during the app's preloader.
  5. * @module enumerator
  6. */
  7. exports.enum = {
  8. }