Skip to content

Commit

Permalink
fix: add missing size method to ts definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Aug 18, 2021
1 parent 9b45478 commit 2f377d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ declare class Denque<T = any> {

clear(): void;

size(): void;

toString(): string;

toArray(): T[];
Expand Down

0 comments on commit 2f377d6

Please sign in to comment.