javascript-sdk/src/tcgdex.node.ts
Florian Bouillon 4789c15c7d
File reorganisation
Signed-off-by: Avior <github@avior.me>
2021-06-22 16:51:27 +02:00

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'