UNPKG

bitso-ts

Version:

Simple TypeScript Bitso API Wrapper for Public and Private end points. [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/amircp/bitso-ts/blob/master/LICENSE) ## Installation

9 lines (6 loc) 194 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./bitso-ts.cjs.production.min.js') } else { module.exports = require('./bitso-ts.cjs.development.js') }