Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/htmlhint/HTMLHint
/ repeatStr
Function
repeatStr
src/core/core.ts:264–266 ·
view source on GitHub ↗
(n: number, str?: string)
Source
from the content-addressed store, hash-verified
262
263
// repeat string
264
function
repeatStr(n: number, str?: string) {
265
return
new
Array(n + 1).join(str ||
' '
)
266
}
267
268
export
const
HTMLHint =
new
HTMLHintCore()
269
Callers
1
format
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected