Skip to content

Commit

Permalink
should fix softvar#21
Browse files Browse the repository at this point in the history
  • Loading branch information
konsultaner committed Jan 28, 2019
1 parent 7372e69 commit e27f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/secure-ls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare class SecureLS {
remove(key: string): void;
removeAll(): void;
clear(): void;
resetAllKeys(): [];
resetAllKeys(): string[];
processData(data: any | string, isAllKeysData: boolean): string;
setMetaData(): void;
getMetaData(): { keys: string[] };
Expand Down

0 comments on commit e27f57c

Please sign in to comment.