* Global internal type definitions. * * Definitions provided here cannot be used in public APIs, as they aren't * bundled with the published packages. declaring an interface that depends on * them will yield, "Property 'X' of exported interface has or is using private * name 'Y'.ts(4033)".
| 8 | */ |
| 9 | |
| 10 | interface ImportMetaEnv { |
| 11 | readonly PACKAGE_VERSION: string; |
| 12 | } |
| 13 | |
| 14 | // biome-ignore lint/correctness/noUnusedVariables: Ambient type definition. |
| 15 | interface ImportMeta { |
nothing calls this directly
no outgoing calls
no test coverage detected