MCPcopy 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

14const indentationRegex = /^(?:\t| ? ?)(.*)/
15
16const dedent = (line: string) => indentationRegex.exec(line)?.[1] ?? ''
17const indent = (line: string) => ` ${line}`
18
19/**

Callers 1

useIndentingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected