Handle browser Errors.
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
type Params = {
|
||||
key: string;
|
||||
paradigm?: "html" | "json";
|
||||
};
|
||||
export default function getCache({ key, paradigm }: Params): string | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user