Skip to content

Commit

Permalink
lint: mark an import as a type
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Dec 14, 2021
1 parent cd05d20 commit ae4fe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/module-collection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CfModule } from "./api/worker";
import type { CfModule } from "./api/worker";
import type esbuild from "esbuild";
import path from "node:path";
import { readFile } from "node:fs/promises";
Expand Down

0 comments on commit ae4fe86

Please sign in to comment.