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

Function isList

static/word2md/mammoth.browser.js:3046–3050  ·  view source on GitHub ↗
(element, levelIndex, isOrdered)

Source from the content-addressed store, hash-verified

3044};
3045
3046function isList(element, levelIndex, isOrdered) {
3047 return element.numbering &&
3048 element.numbering.level == levelIndex &&
3049 element.numbering.isOrdered == isOrdered;
3050}
3051
3052function equalTo(value) {
3053 return {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected