Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
We still use tsc v1.4.1. :/
  • Loading branch information
samme committed May 3, 2018
1 parent b3ec60e commit 0bda2f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions typescript/p2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,7 @@ declare module p2 {

static triangleArea(a: number[], b: number[], c: number[]): number;

constructor(options?: {
vertices?: number[][],
axes?: number[]
});
constructor(options?: any);

vertices: number[][];
axes: number[];
Expand Down

0 comments on commit 0bda2f0

Please sign in to comment.