Skip to content

Commit c395cc9

Browse files
author
David Dios
committed
change size to number
1 parent 75c88df commit c395cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny-lru.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ declare module "tiny-lru" {
44

55
public max: number;
66
public ttl: number;
7-
public size: boolean;
7+
public size: number;
88
public first: T | null;
99
public last: T | null;
1010

0 commit comments

Comments
 (0)