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

Function afterValue

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

Source from the content-addressed store, hash-verified

8881};
8882
8883var afterValue = function(value) { return delay(+this).thenReturn(value); };
8884var delay = Promise.delay = function (ms, value) {
8885 var ret;
8886 var handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected