Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 2, 2021
1 parent c728858 commit fcb6d52
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 @@ -7,7 +7,7 @@ declare module 'stormdb' {

default(defaultValue: object): StormDB;
length(): StormDB;
delete(): void;
delete(reindexLists: boolean): void;
push(value: any): void;
get(value: any): StormDB;
set(key: any, value: any): StormDB;
Expand Down

0 comments on commit fcb6d52

Please sign in to comment.