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

Function writeHeader

scripts/build-docs.js:58–62  ·  view source on GitHub ↗
( sections )

Source from the content-addressed store, hash-verified

56`;
57
58const writeHeader = ( sections ) =>
59`# Design Patterns JS
60
61${sections.map( writeSectionContents ).join('')}
62`;
63
64const writeSectionContents = ({ name, topics }) =>
65`**[${reverseDashCase(name)}](#${dashCase(name)})**

Callers 1

writeDocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected