1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Bundled output for commit 9d611d1ee2

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

[skip ci]
This commit is contained in:
flarum-bot
2025-01-04 10:08:20 +00:00
parent 9d611d1ee2
commit 8c9a772635
3 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ export default class ExternalExtension extends Model {
locale: () => string;
latestFlarumVersionSupported: () => string;
downloads: () => number;
isSupported: () => boolean;
readonly installed = false;
isSupported(): boolean;
isProductionReady(): boolean;
toLocalExtension(): Extension;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long