encoding-indexes.js 293 B

123456789101112131415
  1. (function(global) {
  2. 'use strict';
  3. if (typeof module !== "undefined" && module.exports) {
  4. module.exports = global;
  5. }
  6. global["encoding-indexes"] =
  7. {
  8. };
  9. // For strict environments where `this` inside the global scope
  10. // is `undefined`, take a pure object instead
  11. }(this || {}));