Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ indent
Function
indent
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.85
npm-usage.js
File · 0.85
cmdUsages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected