UNPKG

wa-sticker-toolkit

Version:
15 lines (11 loc) 191 B
let config = {}; function getConfig() { return config; } function setConfig(newConfig) { config = { ...config, ...newConfig }; } module.exports = { getConfig, setConfig };