| 12 | } |
| 13 | |
| 14 | interface HTMLCollection { |
| 15 | flatpickr: (config?: Options) => Instance | Instance[]; |
| 16 | } |
| 17 | |
| 18 | interface Window { |
| 19 | flatpickr: FlatpickrFn; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…