mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
/**
|
|
* The `routes` initializer defines the forum app's routes.
|
|
*
|
|
* @param {App} app
|
|
*/
|
|
export default function _default(app: any): void;
|