mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
declare global {
|
|
const OPENCODE_VERSION: string
|
|
}
|
|
|
|
export const VERSION =
|
|
typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "dev"
|