1
0
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:
flarum-bot
2022-01-14 05:30:33 +00:00
parent a7aad46068
commit 54329d0827
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. * 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

File diff suppressed because one or more lines are too long