diff --git a/badges/coverage.svg b/badges/coverage.svg
index 5bb55be..1b3eb31 100644
--- a/badges/coverage.svg
+++ b/badges/coverage.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/dist/index.js b/dist/index.js
index 57e8a25..09125cf 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -35,7 +35,7 @@ function getDefaultExportFromCjs (x) {
}
function getAugmentedNamespace(n) {
- if (n.__esModule) return n;
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
var f = n.default;
if (typeof f == "function") {
var a = function a () {