Function makeRouteHelpers

  • Parameters

    Returns {
        discussion: ((discussion, near?) => string);
        post: ((post) => string);
        user: ((user) => string);
    }

    • discussion: ((discussion, near?) => string)
        • (discussion, near?): string
        • Generate a URL to a discussion.

          Parameters

          Returns string

    • post: ((post) => string)
        • (post): string
        • Generate a URL to a post.

          Parameters

          Returns string

    • user: ((user) => string)
        • (user): string
        • Generate a URL to a user.

          Parameters

          Returns string

Generated using TypeDoc v0.24.8