| 16 | declare global { |
| 17 | // eslint-disable-next-line @typescript-eslint/consistent-type-definitions |
| 18 | interface Window { |
| 19 | ky: typeof ky; |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | const DIST_DIR = new URL('../distribution', import.meta.url).toString(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…