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

Interface IndentOptions

src/MagicString.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected