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

Function promisify

static/word2md/mammoth.browser.js:7943–7946  ·  view source on GitHub ↗
(callback, receiver, multiArgs)

Source from the content-addressed store, hash-verified

7941}
7942
7943function promisify(callback, receiver, multiArgs) {
7944 return makeNodePromisified(callback, receiver, undefined,
7945 callback, null, multiArgs);
7946}
7947
7948Promise.promisify = function (fn, options) {
7949 if (typeof fn !== "function") {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected