Skip to content

Commit 1f153ac

Browse files
jojobytecoolaj86
authored andcommitted
docs: 📝 Add browser import rabbit hole link comment
1 parent 68212fa commit 1f153ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dashtx.mjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
// Based on discoveries from
2+
// https://github.com/jojobyte/browser-import-rabbit-hole
3+
14
import './dashtx.js'
25
import * as DashTxTypes from './dashtx.js'
36

47
/** @type {DashTxTypes} */
58
let DashTx = window?.DashTx || globalThis?.DashTx
69

7-
export default DashTx
10+
export default DashTx

0 commit comments

Comments
 (0)