UNPKG

@konnec/vue-middleware-plugin

Version:
10 lines (9 loc) 276 B
import { route } from '../controller/controller'; import { Router } from 'vue-router'; declare const nextFactory: (context: { from?: route; to?: route; router?: Router; next?: any; }, middleware: any | any[], index: number) => any; export default nextFactory;