javascript-sdk/src/tcgdex.node.ts
Florian Bouillon b951f6d2d1
Added Tests :D
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
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'