| 3 | |
| 4 | declare global { |
| 5 | interface HTMLElement { |
| 6 | flatpickr: (config?: Options) => Instance; |
| 7 | _flatpickr?: Instance; |
| 8 | } |
| 9 | |
| 10 | interface NodeList { |
| 11 | flatpickr: (config?: Options) => Instance | Instance[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…