UNPKG

mojito-testnet-sdk

Version:

🛠 An SDK for building applications on top of mojitoswap in testnet.

9 lines (6 loc) • 214 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./mojito-testnet-sdk.cjs.production.min.js') } else { module.exports = require('./mojito-testnet-sdk.cjs.development.js') }