MCPcopy Index your code
hub / github.com/027xiguapi/code-box / repeat

Function repeat

contents/medium.tsx:23–25  ·  view source on GitHub ↗
(character, count)

Source from the content-addressed store, hash-verified

21}
22
23function repeat(character, count) {
24 return Array(count + 1).join(character)
25}
26
27const turndownOption = {
28 addRules: {

Callers 1

medium.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected