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

Function output

lib/text.js:13–18  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

11 value.
12*/
13function output(...args) {
14 if (config.debugEnabled) {
15 // eslint-disable-next-line no-console
16 console.log.apply(this, args);
17 }
18}
19
20//----------------------------------------------------------------
21/* Sends a text message

Callers 1

sendTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected