Skip to content

Commit

Permalink
Merge pull request #58 from aarne/fix_typedefs
Browse files Browse the repository at this point in the history
fix: Remove has() from type definition
  • Loading branch information
avoidwork authored Oct 30, 2022
2 parents 5fdd139 + 34be5ba commit 6648303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lru.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export interface LRU<T> {
size: number;
ttl: number;

has(key: any): boolean;
clear(): this;
delete(key: any): this;
evict(bypass?: boolean): this;
Expand Down

0 comments on commit 6648303

Please sign in to comment.