UNPKG

@izzyjs/route

Version:

Use your AdonisJs routes in your Inertia.js application

14 lines (13 loc) 455 B
/** * @izzyjs/route * * (c) IzzyJs - 2024 * For the full license information, please view the LICENSE file that was distributed with this source code. */ import type { PluginFn } from '@japa/runner/types'; import { ApplicationService } from '@adonisjs/core/types'; /** * A Japa plugin to expose the named routes to the global scope * @returns The Japa plugin function */ export declare function izzyRoutePlugin(app: ApplicationService): PluginFn;