UNPKG

momentum-trail

Version:

Fully typed frontend route helper for Laravel apps

6 lines (5 loc) 219 B
import { route, current, defineRoutes, RouterGlobal } from "./router"; import { trail } from "./plugin"; import store from "./store"; export { route, current, trail, defineRoutes, store }; export type { RouterGlobal };