Skip to content

Commit

Permalink
type: updated expires type (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmison authored Aug 22, 2022
1 parent 88a2a73 commit dbcfa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface CookieOptions {
expires?: number;
expires?: number | Date | string;
path?: string;
domain?: string;
secure?: boolean;
Expand Down

0 comments on commit dbcfa80

Please sign in to comment.