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