mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-07 16:59:55 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import TCGdex from './tcgdex'
|
|
import fetch from 'isomorphic-unfetch'
|
|
|
|
TCGdex.fetch = fetch as any
|
|
|
|
export default TCGdex
|
|
export * from './tcgdex'
|