Fixed interface not being correctly exported

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-20 10:07:10 +02:00
parent 3b6c5886ea
commit 00e61b370f
4 changed files with 6 additions and 2 deletions

4
main.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
import TCGdex from './tcgdex'
export * from './interfaces'
export default TCGdex