UNPKG

@makerdao/dai

Version:

Library for interacting with the Dai Stablecoin System.

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