mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
declare global {
|
|
namespace App {}
|
|
const __APP_VERSION__: string
|
|
}
|
|
export {} |