Skip to content

Commit

Permalink
fix linking Config import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Yevstakhov committed Feb 27, 2024
1 parent a876925 commit d9105d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linking/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Main tools to decode and encode urls.
* @template {Config} T
* @template {import('..').Config} T
* @typedef {Object} Linking
* @prop {<N extends keyof T>(name: N, params: Partial<T[N]>) => string} encodePath Creates url path
* string from state name and params. Uses `=` to escape params which equal to next path key and
Expand Down

0 comments on commit d9105d7

Please sign in to comment.