Skip to content

Commit

Permalink
Merge pull request AveroLLC#2 from geon/patch-1
Browse files Browse the repository at this point in the history
Removed redundant `RouteCreator` definition.
  • Loading branch information
ksaldana1 authored Jul 12, 2018
2 parents 6721fe3 + 9ebfde3 commit dccf149
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,6 @@ export interface RouteCreator {
>(
ks: [K, K1, K2, K3, K4, K5, K6, K7]
): Route<K | K1 | K2 | K3 | K4 | K5 | K6 | K7>;
<
K extends PathPart<any>,
K1 extends PathPart<any>,
K2 extends PathPart<any>,
K3 extends PathPart<any>,
K4 extends PathPart<any>,
K5 extends PathPart<any>,
K6 extends PathPart<any>,
K7 extends PathPart<any>
>(
ks: [K, K1, K2, K3, K4, K5, K6, K7]
): Route<K | K1 | K2 | K3 | K4 | K5 | K6 | K7>;
<
K extends PathPart<any>,
K1 extends PathPart<any>,
Expand Down

0 comments on commit dccf149

Please sign in to comment.