blob: c9366dd05fbc97cffff968cbbb35eb7bdd4088d6 (
plain) (
blame)
1
2
3
4
5
|
function getDefaultExportFromCjs(x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
}
export { getDefaultExportFromCjs as g };
|