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