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

Function _

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

Source from the content-addressed store, hash-verified

15718
15719 // Create a safe reference to the Underscore object for use below.
15720 var _ = function(obj) {
15721 if (obj instanceof _) return obj;
15722 if (!(this instanceof _)) return new _(obj);
15723 this._wrapped = obj;
15724 };
15725
15726 // Export the Underscore object for **Node.js**, with
15727 // backwards-compatibility for the old `require()` API. If we're in

Callers 2

mammoth.browser.jsFile · 0.70
resultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected