UNPKG

@thebigcrunch/sdk

Version:
10 lines (7 loc) 144 B
let config = CONFIG; export function overrideConfig(newConfig) { config = newConfig; } export function getConfig() { return config; }