Skip to content

Commit

Permalink
feat(heaps): enable TS strict compiler flags (refactor)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 4, 2019
1 parent 24fd9e7 commit 86b9c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/heaps/src/dheap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class DHeap<T> extends Heap<T>
}
}

copy() {
copy(): DHeap<T> {
return <DHeap<T>>super.copy();
}

Expand Down

0 comments on commit 86b9c9e

Please sign in to comment.