-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt lru-cache declaration type fix
- Loading branch information
1 parent
396e7c9
commit 7c01da1
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/commonjs/index.d.ts b/dist/commonjs/index.d.ts | ||
index f59de7602a528afde714e56dcf8c25ee496e39fb..804042b5ff381b8594307296de29d31d1b564c92 100644 | ||
--- a/dist/commonjs/index.d.ts | ||
+++ b/dist/commonjs/index.d.ts | ||
@@ -837,7 +837,7 @@ export declare namespace LRUCache { | ||
* | ||
* Changing any of these will alter the defaults for subsequent method calls. | ||
*/ | ||
-export declare class LRUCache<K extends {}, V extends {}, FC = unknown> implements Map<K, V> { | ||
+export declare class LRUCache<K extends {}, V extends {}, FC = unknown> { | ||
#private; | ||
/** | ||
* {@link LRUCache.OptionsBase.ttl} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.