GT2/GT2-iOS/node_modules/babel-runtime/helpers/interopRequireDefault.js
2018-02-12 17:26:06 +00:00

9 lines
No EOL
143 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = function (obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
};