Bundled output for commit 59a5871b59

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

[skip ci]
This commit is contained in:
flarum-bot 2022-01-14 05:30:33 +00:00
parent 59a5871b59
commit d496c749f5
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export declare function makeRouteHelpers(app: ForumApplication): {
/**
* 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.
*/

File diff suppressed because one or more lines are too long