MCPcopy Create free account
hub / github.com/TruthHun/BookStack / safeToString

Function safeToString

static/word2md/mammoth.browser.js:9410–9416  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

9408}
9409
9410function safeToString(obj) {
9411 try {
9412 return obj + "";
9413 } catch (e) {
9414 return "[no string representation]";
9415 }
9416}
9417
9418function isError(obj) {
9419 return obj !== null &&

Callers 2

maybeWrapAsErrorFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected