UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

7 lines (5 loc) 140 B
import { useRouter } from "./context"; export default function useMatch() { let router = useRouter(); return router && router.match; }