mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add keys method
This commit is contained in:
1
memory-cache/memory-cache.d.ts
vendored
1
memory-cache/memory-cache.d.ts
vendored
@@ -17,4 +17,5 @@ declare module "memory-cache" {
|
||||
export function debug(bool: boolean): void;
|
||||
export function hits(): number;
|
||||
export function misses(): number;
|
||||
export function keys() : any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user