We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a87a7 commit 5fb4432Copy full SHA for 5fb4432
packages/core/types/server/server.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="node" />
2
import http from 'http';
3
-import { PathType, type CodeOptions, type RecordInfo } from '../shared';
+import type { PathType, CodeOptions, RecordInfo } from '../shared';
4
export declare const ProjectRootPath: string;
5
export declare function getRelativePath(filePath: string): string;
6
export declare function getRelativeOrAbsolutePath(filePath: string, pathType?: PathType): string;
0 commit comments