Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ indent
Function
indent
deps/npm/lib/utils/npm-usage.js:8–8 ·
view source on GitHub ↗
(repeat = INDENT)
Source
from the content-addressed store, hash-verified
6
const
INDENT = 4
7
8
const
indent = (repeat = INDENT) =>
' '
.repeat(repeat)
9
const
indentNewline = (repeat) => `\n${indent(repeat)}`
10
11
module.exports = (npm) => {
Callers
3
indentNewline
Function · 0.70
npm-usage.js
File · 0.70
cmdUsages
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected