We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d2f6705
e5eca20: extract compile path function
before:
LowRouter.compilePath(path)(params)
after:
compilePath(path)(params)
71279f3: extract compilePath static method as external function