create project
This commit is contained in:
5
kitabcitab/node_modules/next/dist/server/serve-static.d.ts
generated
vendored
Normal file
5
kitabcitab/node_modules/next/dist/server/serve-static.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/// <reference types="node" />
|
||||
import { IncomingMessage, ServerResponse } from 'http';
|
||||
export declare function serveStatic(req: IncomingMessage, res: ServerResponse, path: string): Promise<void>;
|
||||
export declare function getContentType(extWithoutDot: string): string | null;
|
||||
export declare function getExtension(contentType: string): string | null;
|
||||
Reference in New Issue
Block a user