mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import app from './app';
|
|
export { app };
|
|
export declare const compat: {
|
|
[key: string]: any;
|
|
};
|