mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-15 19:29:52 +00:00
7
src/tcgdex.browser.ts
Normal file
7
src/tcgdex.browser.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import TCGdex from './tcgdex'
|
||||
import unfetch from 'unfetch'
|
||||
|
||||
TCGdex.fetch = unfetch as any
|
||||
|
||||
export default TCGdex
|
||||
export * from './tcgdex'
|
Reference in New Issue
Block a user