Skip to content

Commit

Permalink
chore: type
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Nov 21, 2024
1 parent 1a5e01b commit 7e61556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runtime/Route/Route.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class Route {
* @param {RNodeRuntime} node the node that corresponds to the fragment
* @param {String=} urlFragment a fragment of the url (fragments = url.split('/'))
* @param {Object<string, any>=} params
* @returns {RouteFragment}
*/
createFragment(node, urlFragment = '', params = {}) {
return new RouteFragment(this, node, urlFragment, params)
Expand Down

0 comments on commit 7e61556

Please sign in to comment.