Skip to content

Commit 5fb4432

Browse files
committed
Support pre-ts4.5
1 parent a4a87a7 commit 5fb4432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/types/server/server.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="node" />
22
import http from 'http';
3-
import { PathType, type CodeOptions, type RecordInfo } from '../shared';
3+
import type { PathType, CodeOptions, RecordInfo } from '../shared';
44
export declare const ProjectRootPath: string;
55
export declare function getRelativePath(filePath: string): string;
66
export declare function getRelativeOrAbsolutePath(filePath: string, pathType?: PathType): string;

0 commit comments

Comments
 (0)