mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-05-05 16:57:52 +00:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
import TCGdex from './tcgdex'
|
|
import fetch from 'node-fetch'
|
|
|
|
TCGdex.fetch = fetch as any
|
|
|
|
export default TCGdex
|
|
export * from './tcgdex'
|