aboutsummaryrefslogtreecommitdiffstats
path: root/src/var/hasOwn.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/var/hasOwn.js')
-rw-r--r--src/var/hasOwn.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/var/hasOwn.js b/src/var/hasOwn.js
index 62f2c1852..eff6b7805 100644
--- a/src/var/hasOwn.js
+++ b/src/var/hasOwn.js
@@ -1,3 +1,3 @@
-import class2type from "./class2type.js";
+import { class2type } from "./class2type.js";
-export default class2type.hasOwnProperty;
+export var hasOwn = class2type.hasOwnProperty;