mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-23 19:22:08 +00:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
import TCGdex from './tcgdex'
|
|
|
|
TCGdex.fetch = window.fetch
|
|
|
|
export default TCGdex
|