javascript-sdk/main.d.ts
Florian Bouillon 00e61b370f
Fixed interface not being correctly exported
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-04-20 10:07:10 +02:00

5 lines
82 B
TypeScript

import TCGdex from './tcgdex'
export * from './interfaces'
export default TCGdex