diff --git a/src/index.ts b/src/index.ts index 9446525..c999ce8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -125,4 +125,4 @@ export default function switchPath( }); return validate({sourcePath, matchedPath, matchedValue, routes}); -} \ No newline at end of file +} diff --git a/src/types.ts b/src/types.ts index 4eb6065..625d540 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5,4 +5,4 @@ export interface RouteDefinitions extends Object { export interface SwitchPathReturn { path: string | null; value: any | null; -} \ No newline at end of file +}