Skip to content
Compare
Choose a tag to compare
@willybrauner willybrauner released this 26 Mar 17:58
· 47 commits to main since this release
d1c75c1

Minor Changes

  • e02a7f3: Create resolveSync method

    Resolve a route synchronously. It returns response and context without promise.

    const { response, context } = router.resolveSync("/foo")