Sha256: c7ecd39ad6296ed6e48487f308f067a076fa8875a79b6eddfc4d8b9414fda4d3
Contents?: true
Size: 360 Bytes
Versions: 198
Compression:
Stored size: 360 Bytes
Contents
"use strict"; exports.__esModule = true; exports.default = function (obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } };
Version data entries
198 entries across 44 versions & 10 rubygems