We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c88df commit c395cc9Copy full SHA for c395cc9
tiny-lru.d.ts
@@ -4,7 +4,7 @@ declare module "tiny-lru" {
4
5
public max: number;
6
public ttl: number;
7
- public size: boolean;
+ public size: number;
8
public first: T | null;
9
public last: T | null;
10
0 commit comments