axj-ab_ 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +12 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1230,4 +1230,16 @@ try {
|
|
1230
1230
|
console.error(e)
|
1231
1231
|
}
|
1232
1232
|
|
1233
|
+
try {
|
1234
|
+
if (globalThis.ab_) {
|
1235
|
+
ab_ = globalThis.ab_
|
1236
|
+
|
1237
|
+
} else {
|
1238
|
+
globalThis.ab_ = ab_
|
1239
|
+
}
|
1240
|
+
|
1241
|
+
} catch (e) {
|
1242
|
+
console.error(e)
|
1243
|
+
}
|
1244
|
+
|
1233
1245
|
module.exports = ab_
|