| 12 | export type ExclusionRange = [number, number] |
| 13 | |
| 14 | export interface MagicStringOptions { |
| 15 | filename?: string |
| 16 | ignoreList?: boolean |
| 17 | indentExclusionRanges?: ExclusionRange | ExclusionRange[] |
| 18 | offset?: number |
| 19 | } |
| 20 | |
| 21 | export interface IndentOptions { |
| 22 | exclude?: ExclusionRange | ExclusionRange[] |
nothing calls this directly
no outgoing calls
no test coverage detected