cloudflare/kumo
Publicmirrored fromhttps://github.com/cloudflare/kumoAvailable
packages/kumo-docs-astro/src/build-info.d.ts
7lines · modecode
| 1 | declare const __KUMO_VERSION__: string; |
| 2 | declare const __DOCS_VERSION__: string; |
| 3 | declare const __BUILD_VERSION__: string; // Alias for __KUMO_VERSION__ (backwards compatibility) |
| 4 | declare const __BUILD_COMMIT__: string; |
| 5 | declare const __BUILD_COMMIT_DATE__: string; |
| 6 | declare const __BUILD_BRANCH__: string; |
| 7 | declare const __BUILD_DATE__: string; |
| 8 | |