Remove esm.sh externals
This commit is contained in:
+3
@@ -2,4 +2,7 @@ type Params = {
|
||||
req: Request;
|
||||
};
|
||||
export default function ({ req }: Params): Promise<Response>;
|
||||
export declare function readFileResponse({ file_path }: {
|
||||
file_path: string;
|
||||
}): Response;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user