Repository URL to install this package:
|
Version:
0.0.7 ▾
|
export const config = new Map();
export const setConfig = (obj) => {
Object.keys(obj).forEach((key) => {
config.set(key, obj[key]);
});
};
//# sourceMappingURL=config.js.map