Skip to content

Commit

Permalink
Fixed tuple empty issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vishai12345 committed Feb 13, 2020
1 parent b2d92fe commit 605afde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -38,4 +38,4 @@ declare namespace SecureLS{
encode(e: string): string;
decode(e: string): string;
}
}
}

0 comments on commit 605afde

Please sign in to comment.