MCPcopy Create free account
hub / github.com/fbeline/design-patterns-JS / writeDocument

Function writeDocument

scripts/build-docs.js:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52/* Writing Markdown */
53const writeDocument = () =>
54`${writeHeader(sections)}
55${sections.map( writeSection ).join('')}
56`;
57
58const writeHeader = ( sections ) =>
59`# Design Patterns JS

Callers 1

build-docs.jsFile · 0.85

Calls 1

writeHeaderFunction · 0.85

Tested by

no test coverage detected