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

Function property

static/word2md/mammoth.browser.js:27981–27985  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

27979 };
27980
27981 var property = function(key) {
27982 return function(obj) {
27983 return obj == null ? void 0 : obj[key];
27984 };
27985 };
27986
27987 // Helper for collection methods to determine whether a collection
27988 // should be iterated as an array or as an object

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected