Skip to content

Commit

Permalink
drop left-over type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Oct 20, 2015
1 parent f16c5ef commit ee5fc3a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,3 @@ export type InflatedBlock = {
compressedLength: number;
buffer: ArrayBuffer;
}

// Coverage Track
export type BinSummary = {
count: number;
mismatches: string[];
}

export type BinSummaryWithLocation = {
position: string;
count:number;
mismatches: string[];
}

0 comments on commit ee5fc3a

Please sign in to comment.