UNPKG
nodana
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Node JS Solana CLI
impin2rex.github.io
impin2rex/nodana
nodana
/
dist
/
cjs
/
utils
/
nodana-config.js
10 lines
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
NodanaConfig
=
void
0
;
class
NodanaConfig
{
constructor
(
config
) {
this
.
network
= config.
network
; } }
exports
.
NodanaConfig
=
NodanaConfig
;
//# sourceMappingURL=nodana-config.js.map