Skip to content

Commit

Permalink
fix typo in typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Jul 18, 2022
1 parent 20ecf23 commit fc111fc
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 @@ -49,7 +49,7 @@ export interface DeveloperTools {
get: (area: Storage, key: string) => string;
set: (area: Storage, key: string, string: string) => void;
remove: (area: Storage, key: string) => void;
key: (area: Storage, i: index) => string;
key: (area: Storage, i: number) => string;
length: (area: Storage) => number;
clear: (area: Storage) => void;
parse: (s: string, fn?: Reviver) => any;
Expand Down

0 comments on commit fc111fc

Please sign in to comment.