UNPKG

@proton/ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges

5 lines (4 loc) 154 B
const ccxt = require('./cjs/ccxt.js'); // this is needed because we use default and named exports // in the esm version module.exports = ccxt['default'];