1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

Bundled output for commit f26c50fc6c

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

[skip ci]
This commit is contained in:
flarum-bot
2024-11-30 13:09:11 +00:00
parent f26c50fc6c
commit b028314ff8
3 changed files with 11 additions and 2 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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long