We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68212fa commit 1f153acCopy full SHA for 1f153ac
dashtx.mjs
@@ -1,7 +1,10 @@
1
+// Based on discoveries from
2
+// https://github.com/jojobyte/browser-import-rabbit-hole
3
+
4
import './dashtx.js'
5
import * as DashTxTypes from './dashtx.js'
6
7
/** @type {DashTxTypes} */
8
let DashTx = window?.DashTx || globalThis?.DashTx
9
-export default DashTx
10
+export default DashTx
0 commit comments