Skip to content

Commit

Permalink
fix(typescript): @types is automatically added (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkswjdzz authored Jun 5, 2021
1 parent 8280c18 commit ebf2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { CookieSerializeOptions } from "@types/cookie";
import type { CookieSerializeOptions } from "cookie";

export type SessionOptions = {
/** Name of the cookie
Expand Down

1 comment on commit ebf2424

@vercel
Copy link

@vercel vercel bot commented on ebf2424 Jun 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.