1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 23:01:56 +02:00

Bundled output for commit 321020ab83

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2024-10-19 16:48:34 +00:00
parent 321020ab83
commit 8742790980
4 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
export declare enum VersionStability {
Stable = "stable",
Alpha = "alpha",
Beta = "beta",
RC = "rc",
Dev = "dev"
}
export declare function isProductionReady(version: string): boolean;
export declare function stability(version: string): VersionStability;