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

Function negate

static/word2md/mammoth.browser.js:1328–1332  ·  view source on GitHub ↗
(predicate)

Source from the content-addressed store, hash-verified

1326}
1327
1328function negate(predicate) {
1329 return function(value) {
1330 return !predicate(value);
1331 };
1332}
1333
1334
1335function emptyResultWithMessages(messages) {

Callers 1

BodyReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected