javascript-sdk/src/tcgdex.browser.ts

6 lines
82 B
TypeScript

import TCGdex from './tcgdex'
TCGdex.fetch = window.fetch
export default TCGdex