We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ef0b2 commit ed03815Copy full SHA for ed03815
2 files changed
dist/index.js
@@ -1,6 +1,9 @@
1
'use strict';
2
3
+Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
/* globals document */
6
+const saEventKey = Symbol('saEvent');
7
8
const isPromise = (subject) =>
9
subject && subject.then && typeof subject.then == "function";
@@ -68,4 +71,5 @@ var index = {
68
71
},
69
72
};
70
73
-module.exports = index;
74
+exports.default = index;
75
+exports.saEventKey = saEventKey;
dist/index.mjs
@@ -1,4 +1,5 @@
@@ -66,4 +67,4 @@ var index = {
66
67
-export { index as default };
+export { index as default, saEventKey };
0 commit comments