| 312 | } |
| 313 | |
| 314 | interface DateNotePatternMatch { |
| 315 | year?: number |
| 316 | month?: number |
| 317 | day?: number |
| 318 | week?: number |
| 319 | } |
| 320 | |
| 321 | function mergeCapture( |
| 322 | match: DateNotePatternMatch, |
nothing calls this directly
no outgoing calls
no test coverage detected