UNPKG
@0xkilo/0xkilo
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
🛠An SDK for building applications on top of Pangolin.
github.com/pangolindex/sdk
pangolindex/sdk
@0xkilo/0xkilo
/
dist
/
index.js
9 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./0xkilo.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./0xkilo.cjs.development.js'
) }