Skip to content

Commit 460a7c5

Browse files
authored
fix: export ServerOptions type (#222)
1 parent 590fe6c commit 460a7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type createSecureHttp2Options = {
6161
createServer?: typeof createSecureHttp2Server
6262
}
6363

64-
type ServerOptions =
64+
export type ServerOptions =
6565
| createHttpOptions
6666
| createHttpsOptions
6767
| createHttp2Options

0 commit comments

Comments
 (0)