sf-static/portfolio/node_modules/babel-runtime/helpers/interopRequireDefault.js
2023-02-28 19:21:07 +01:00

9 lines
No EOL
143 B
JavaScript

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