UNPKG

@coinset/bitso

Version:

Universal Bitso API client

5 lines (3 loc) 152 B
import * as denoShim from "deno.ns"; export const BASE_URL = "https://api.bitso.com/v3/"; export const fetch = ({ ...denoShim, ...globalThis }).fetch;