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

Function result

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

Source from the content-addressed store, hash-verified

16856
16857 // Helper function to continue chaining intermediate results.
16858 var result = function(obj) {
16859 return this._chain ? _(obj).chain() : obj;
16860 };
16861
16862 // Add all of the Underscore functions to the wrapper object.
16863 _.mixin(_);

Callers 1

mammoth.browser.jsFile · 0.70

Calls 1

_Function · 0.70

Tested by

no test coverage detected