Skip to content

Commit 7eef1c3

Browse files
committed
fix(ts): AV.stringify return type
1 parent b06b0a6 commit 7eef1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ export function setProduction(production: boolean): void;
11801180
export function setRequestTimeout(ms: number): void;
11811181
export function parseJSON(json: any): Object | File | any;
11821182
export function parse(text: string): Object | File | any;
1183-
export function stringify(target: Object | File | any): string;
1183+
export function stringify(target: Object | File | any): string | undefined;
11841184
export function request(options: {
11851185
method: string;
11861186
path: string;

0 commit comments

Comments
 (0)