UNPKG
@infy-protocol/sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Lend and rent any ERC721s and ERC1155s on supported mainnet and testnet.
@infy-protocol/sdk
/
dist
/
index.js
9 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./sdk.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./sdk.cjs.development.js'
) }