| 20 | } |
| 21 | |
| 22 | export interface IndentOptions { |
| 23 | exclude?: ExclusionRange | ExclusionRange[] |
| 24 | indentStart?: boolean |
| 25 | } |
| 26 | |
| 27 | export interface OverwriteOptions { |
| 28 | storeName?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected