UNPKG
@thebigcrunch/sdk
Version:
latest (0.5.30)
0.5.30
0.5.29
0.5.27
0.5.26
0.5.22
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
The big crunch SDK library
github.com/thebigcrunch/sdk
thebigcrunch/sdk
@thebigcrunch/sdk
/
src
/
config.js
10 lines
(7 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
let
config =
CONFIG
;
export
function
overrideConfig
(
newConfig
) { config = newConfig; }
export
function
getConfig
(
) {
return
config; }