MCPcopy
hub / github.com/typpo/textbelt / setConfig

Function setConfig

lib/text.js:86–88  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

84 obj - object of config properties to be overridden
85*/
86function setConfig(obj) {
87 config = Object.assign(config, obj);
88}
89
90module.exports = {
91 send: sendText, // Send a text message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected