crypto-markets
Advanced tools
Comparing version 0.0.8 to 0.0.9
import { Market, MarketType } from './pojo/market'; | ||
import { SupportedExchange } from './pojo/supported_exchange'; | ||
export { MarketType, MARKET_TYPES } from './pojo/market'; | ||
export { Market, MarketType, MARKET_TYPES } from './pojo/market'; | ||
export { SupportedExchange, SUPPORTED_EXCHANGES } from './pojo/supported_exchange'; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "crypto-markets", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Get all trading pairs of a cryptocurrency exchange.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
51123