You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
466 B

  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var ns = '2f1acc6c3a606b082e5eef5e54414ffb';
  6. if (global[ns] == null) global[ns] = 0;
  7. // Bundle may contain multiple JSS versions at the same time. In order to identify
  8. // the current version with just one short number and use it for classes generation
  9. // we use a counter. Also it is more accurate, because user can manually reevaluate
  10. // the module.
  11. exports['default'] = global[ns]++;