UNPKG

blinktrade

Version:

BlinkTrade client for node.js

32 lines (27 loc) 989 B
/** * BlinkTradeJS SDK * (c) 2016-present BlinkTrade, Inc../src * * This file is part of BlinkTradeJS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version../src * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE../src See the * GNU General Public License for more details../src * You should have received a copy of the GNU General Public License * along with this program../src If not, see <http://www../srcgnu../srcorg/licenses/>../src * * @flow */ import Brokers from '../src/constants/brokers'; import BlinkTradeWS from '../src/ws'; import BlinkTradeRest from '../src/rest'; export { Brokers, BlinkTradeWS, BlinkTradeRest, };