mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
Bundled output for commit a7aad46068
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
2
js/dist-typings/forum/routes.d.ts
vendored
2
js/dist-typings/forum/routes.d.ts
vendored
@@ -10,7 +10,7 @@ export declare function makeRouteHelpers(app: ForumApplication): {
|
|||||||
/**
|
/**
|
||||||
* Generate a URL to a discussion.
|
* Generate a URL to a discussion.
|
||||||
*/
|
*/
|
||||||
discussion: (discussion: Discussion, near: number) => string;
|
discussion: (discussion: Discussion, near?: number | undefined) => string;
|
||||||
/**
|
/**
|
||||||
* Generate a URL to a post.
|
* Generate a URL to a post.
|
||||||
*/
|
*/
|
||||||
|
2
js/dist/forum.js.map
generated
vendored
2
js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user