Skip to content

Commit

Permalink
修改tsc编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhsoft committed Aug 12, 2020
1 parent fcfe70f commit 100fb76
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
Expand Up @@ -2,7 +2,7 @@ declare class ThinkSessionFile {
constructor(options: object, ctx: object, cookieOptions?: object)
autoUpdate(): void
get(name: string): Promise<any>
set(name: string, value): Promise<any>
set(name: string, value: any): Promise<any>
delete(): Promise<any>
flush(): Promise<any>
gc(): void
Expand Down

0 comments on commit 100fb76

Please sign in to comment.