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