Skip to content

Commit

Permalink
reorganize d.ts to be in root
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzaiferroni committed Jun 26, 2017
1 parent bf8452d commit 4cc6f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Traveler/index.d.ts → index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface TravelState {
}

interface Creep {
travelTo(destination: HasPos|RoomPosition, ops?: TravelToOptions);
travelTo(destination: HasPos|RoomPosition, ops?: TravelToOptions): number;
}

type Coord = {x: number, y: number};
Expand Down

0 comments on commit 4cc6f7b

Please sign in to comment.