Bundled output for commit 70081a267f64464e99e80ff401752284ff307e5e

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

[skip ci]
This commit is contained in:
flarum-bot 2024-11-22 09:29:22 +00:00
parent 70081a267f
commit 7cfa560b4e
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ export default class PageState {
* @param {Record<string, unknown>} data
* @return {boolean}
*/
matches(type: Function, data?: any): boolean;
matches(type: Function | string, data?: any): boolean;
get(key: string): any;
set(key: string, value: any): void;
}

2
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long