| 75 | type StructuredPatchCallbackNonabortable = (patch: StructuredPatch) => void; |
| 76 | |
| 77 | export interface HeaderOptions { |
| 78 | includeIndex: boolean; |
| 79 | includeUnderline: boolean; |
| 80 | includeFileHeaders: boolean; |
| 81 | } |
| 82 | |
| 83 | export const INCLUDE_HEADERS = { |
| 84 | includeIndex: true, |
nothing calls this directly
no outgoing calls
no test coverage detected