UNPKG

@gitchrisqueen/tdameritrade-api-js-client

Version:
23 lines (21 loc) 469 B
/* * Copyright (c) 2020. Christopher Queen Consulting LLC (http://www.ChristopherQueenConsulting.com/) */ import ApiClient from '../nodejs-client/index'; import ApiServer from '../nodejs-server/index'; /** * @module index * @version 1.0.0 */ export { /** * The ApiClient constructor. * @property {module:ApiClient} */ ApiClient, /** * The ApiServer constructor. * @property {module:ApiServer} */ ApiServer };