1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00
Files
minifyfromhtml/node_modules/babel-runtime/helpers/interopRequireDefault.js
2018-05-05 13:54:07 +02:00

9 lines
143 B
JavaScript

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