Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ test-cjs.cjs
File
test-cjs.cjs
utils/package-test/test-cjs.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
ccxt = require(
'ccxt'
);
2
console.log(
'[CJS] Version'
, ccxt.version);
3
console.log(
'[CJS] Number of exchanges:'
, Object.keys(ccxt.exchanges).length);
4
const
{ binance, Exchange } = require(
'ccxt'
);
Callers
nothing calls this directly
Calls
2
log
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected