| 2 | /// <reference path="../.astro/types.d.ts" /> |
| 3 | |
| 4 | interface ImportMetaEnv { |
| 5 | readonly GITHUB_TOKEN: string | undefined; |
| 6 | } |
| 7 | |
| 8 | interface ImportMeta { |
| 9 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…