Skip to content

Commit

Permalink
docs: 📝 Add browser import rabbit hole link comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte authored and coolaj86 committed Apr 19, 2024
1 parent 68212fa commit 1f153ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dashtx.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Based on discoveries from
// https://github.com/jojobyte/browser-import-rabbit-hole

import './dashtx.js'
import * as DashTxTypes from './dashtx.js'

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

export default DashTx
export default DashTx

0 comments on commit 1f153ac

Please sign in to comment.