| 6 | |
| 7 | declare global { |
| 8 | interface ImportMeta { |
| 9 | // The build target for ice.js |
| 10 | // Usually `web` or `node` or `weex` |
| 11 | target: string; |
| 12 | // The renderer for ice.js |
| 13 | renderer: 'client' | 'server'; |
| 14 | // ice.js defined env variables |
| 15 | env: Record<string, string>; |
| 16 | } |
| 17 | |
| 18 | interface Window { |
| 19 | WindVane: { |
nothing calls this directly
no outgoing calls
no test coverage detected