File reorganisation

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-06-22 16:51:27 +02:00
parent f28fa11710
commit 4789c15c7d
14 changed files with 1715 additions and 61 deletions

7
src/tcgdex.browser.ts Normal file
View File

@ -0,0 +1,7 @@
import TCGdex from './tcgdex'
import unfetch from 'unfetch'
TCGdex.fetch = unfetch as any
export default TCGdex
export * from './tcgdex'