Added Typing to exports

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-04-19 16:56:44 +02:00
parent ae65bd4d8e
commit 96cbea47e2
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -1,5 +1,6 @@
import RequestWrapper from './Request'
import { Serie, Set, Card, CardResume, SerieList, SetList, SupportedLanguages } from './interfaces'
export * from './interfaces'
export default class TCGdex {
public static defaultLang: SupportedLanguages = "en"