Skip to content

Commit

Permalink
fix: update types for size()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp authored Aug 29, 2021
1 parent b6738e6 commit 88c89a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ declare class Denque<T = any> {

clear(): void;

size(): void;
size(): number;

toString(): string;

Expand Down

0 comments on commit 88c89a0

Please sign in to comment.