Skip to content

Commit

Permalink
refactor: use type import for node builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 18, 2022
1 parent 776e79a commit 882cfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RequestListener } from "node:http";
import type { RequestListener } from "node:http";
import { createApp, createError, readBody, eventHandler, toNodeListener } from "h3";
import { Storage } from "./types";
import { stringify } from "./_utils";
Expand Down

0 comments on commit 882cfe2

Please sign in to comment.