We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b0a6 commit 7eef1c3Copy full SHA for 7eef1c3
storage.d.ts
@@ -1180,7 +1180,7 @@ export function setProduction(production: boolean): void;
1180
export function setRequestTimeout(ms: number): void;
1181
export function parseJSON(json: any): Object | File | any;
1182
export function parse(text: string): Object | File | any;
1183
-export function stringify(target: Object | File | any): string;
+export function stringify(target: Object | File | any): string | undefined;
1184
export function request(options: {
1185
method: string;
1186
path: string;
0 commit comments