MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / IndentOptions

Interface IndentOptions

src/MagicString.ts:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface IndentOptions {
23 exclude?: ExclusionRange | ExclusionRange[]
24 indentStart?: boolean
25}
26
27export interface OverwriteOptions {
28 storeName?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected