UNPKG

@coinset/bitflyer

Version:

Bitflyer API client for Node.js

5 lines 289 B
import type { BitflyerSpotPair, BitflyerFXPair } from '../shared/types/currency'; declare const ALL_BITFLYER_SPOT_PAIRS: BitflyerSpotPair[]; declare const ALL_BITFLYER_FX_PAIRS: BitflyerFXPair[]; export { ALL_BITFLYER_SPOT_PAIRS, ALL_BITFLYER_FX_PAIRS }; //# sourceMappingURL=pair.d.ts.map