mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-13 10:35:11 +00:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
import TCGdex from './tcgdex'
|
|
|
|
TCGdex.fetch = window.fetch
|
|
|
|
export default TCGdex
|