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

Function returner

static/word2md/mammoth.browser.js:5578–5580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5576"use strict";
5577module.exports = function(Promise) {
5578function returner() {
5579 return this.value;
5580}
5581function thrower() {
5582 throw this.reason;
5583}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected