cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d86c9318c15924a4d4fab2205271148f8f184454

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/kumo-docs-astro/src/build-info.d.ts

7lines · modecode

1declare const __KUMO_VERSION__: string;
2declare const __DOCS_VERSION__: string;
3declare const __BUILD_VERSION__: string; // Alias for __KUMO_VERSION__ (backwards compatibility)
4declare const __BUILD_COMMIT__: string;
5declare const __BUILD_COMMIT_DATE__: string;
6declare const __BUILD_BRANCH__: string;
7declare const __BUILD_DATE__: string;
8