UNPKG
shibchain-elon-swap-sdk
Version:
latest (3.2.7)
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
🛠An SDK for building applications on top of Elonswap.
shibchain-elon-swap-sdk
/
dist
/
index.js
9 lines
(6 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./shibchain-elon-swap-sdk.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./shibchain-elon-swap-sdk.cjs.development.js'
) }