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

Function Some

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

Source from the content-addressed store, hash-verified

16935};
16936
16937var Some = function(value) {
16938 this._value = value;
16939};
16940
16941Some.prototype.value = function() {
16942 return this._value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected