Skip to content

Commit 24d7464

Browse files
committed
chore: internal types, not important
1 parent 1f1f48f commit 24d7464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ declare module "amemo.browser" {
5252
export * from "cache-proxy";
5353
}
5454
declare module "utils" {
55-
export function replacer(key: string, value: any): any;
55+
export function replacer(key: string, value: unknown): {} | null;
5656
export function reviver(key: string, value: any): any;
5757
}
5858
declare module "file-cache-store" {

0 commit comments

Comments
 (0)