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

Function getThen

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

Source from the content-addressed store, hash-verified

8817}
8818
8819function getThen(obj) {
8820 try {
8821 return doGetThen(obj);
8822 } catch (e) {
8823 errorObj.e = e;
8824 return errorObj;
8825 }
8826}
8827
8828var hasProp = {}.hasOwnProperty;
8829function isAnyBluebirdPromise(obj) {

Callers 1

tryConvertToPromiseFunction · 0.70

Calls 1

doGetThenFunction · 0.70

Tested by

no test coverage detected