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