Skip to content

Commit

Permalink
refactor: add missing type rename [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 31, 2020
1 parent 9f5989e commit dfc2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export declare class VueRouter {
static install: PluginFunction<never>
static version: string

static isRouterError: (error: any, type?: NavigationFailureTypeE) => error is Error
static isNavigationFailure: (error: any, type?: NavigationFailureTypeE) => error is Error
static NavigationFailureType: NavigationFailureTypeE
}

Expand Down

0 comments on commit dfc2892

Please sign in to comment.