UNPKG
@arbnowfinance/sdk2
Version:
latest (0.0.13)
0.0.13
0.0.12
🛠An SDK for building applications on top of arbnowfinance.
arbnowfinance/arbnowfinance-sdk
@arbnowfinance/sdk2
/
dist
/
index.js
9 lines
(6 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./sdk2.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./sdk2.cjs.development.js'
) }