mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 19:15:06 +08:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
|
import app from './app';
|
||
|
export { app };
|
||
|
export declare const compat: {
|
||
|
[key: string]: any;
|
||
|
};
|