Skip to content

Commit

Permalink
Switch to type only import for type-fest (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrku authored Dec 23, 2024
1 parent 422a490 commit 1325b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/cors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Promisable } from "type-fest";
import type { Promisable } from "type-fest";

type Origin = boolean | string | RegExp | Array<string | RegExp>;

Expand Down

0 comments on commit 1325b68

Please sign in to comment.