Files
javascript-sdk/src/tcgdex.node.ts
2021-06-22 19:46:00 +02:00

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'