Spaces:
Sleeping
Sleeping
File size: 196 Bytes
e0ac63d | 1 2 3 4 5 6 | if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') {
module.exports = require('./dist/emnapi.cjs.min.js')
} else {
module.exports = require('./dist/emnapi.cjs.js')
}
|