Handle browser Errors.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { APIResponseObject } from "../../types";
|
||||
type Params = {
|
||||
key: string;
|
||||
};
|
||||
export default function trimCacheKey({ key, }: Params): Promise<APIResponseObject>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user