- (function(global) {
- 'use strict';
- if (typeof module !== "undefined" && module.exports) {
- module.exports = global;
- }
- global["encoding-indexes"] =
- {
-
- };
- // For strict environments where `this` inside the global scope
- // is `undefined`, take a pure object instead
- }(this || {}));
|