mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-21 22:29:50 +00:00
feat: Allow a user to filters elements on the API (#275)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import unfetch from 'unfetch'
|
||||
import TCGdex from './tcgdex'
|
||||
|
||||
TCGdex.fetch = window.fetch ?? unfetch as any
|
||||
TCGdex.fetch = window.fetch
|
||||
|
||||
export default TCGdex
|
||||
|
Reference in New Issue
Block a user