Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/primer/react
/ dedent
Function
dedent
packages/react/src/drafts/MarkdownEditor/_useIndenting.ts:16–16 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
14
const
indentationRegex = /^(?:\t| ? ?)(.*)/
15
16
const
dedent = (line: string) => indentationRegex.exec(line)?.[1] ??
''
17
const
indent = (line: string) => ` ${line}`
18
19
/**
Callers
1
useIndenting
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected