Handle browser Errors.
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* # Convert Serialized Query back to object
|
||||
*/
|
||||
export default function deserializeQuery(query: string | {
|
||||
[s: string]: any;
|
||||
}): {
|
||||
[s: string]: any;
|
||||
};
|
||||
Reference in New Issue
Block a user