Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { GrabPageComponentRes } from "../../../types";
|
||||
type Params = {
|
||||
req?: Request;
|
||||
file_path?: string;
|
||||
debug?: boolean;
|
||||
};
|
||||
export default function grabPageComponent({ req, file_path: passed_file_path, debug, }: Params): Promise<GrabPageComponentRes>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user