UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

14 lines (12 loc) 254 B
/** * Frontend routing infrastructure. * * **Features:** * - Route state management * - Navigation methods * - Route matching * * @module alepha.router */ export * from "./providers/RouterProvider.ts"; export * from "./TemplatedPathParser.ts";