Skip to content

Commit

Permalink
fix: fix missing clear method type (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: godsenal <tae-hee.lee@navercorp.com>
  • Loading branch information
Godsenal and godsenal committed Feb 9, 2022
1 parent 1bc1185 commit bd4070f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ declare module "@egjs/persist" {
type persistValueType = any | null | undefined;

class Persist {
/**
* Clear all information in Persist
*/
public static clear(): void;

/**
* Return whether you need "Persist" module by checking the bfCache support of the current browser
*/
Expand Down

0 comments on commit bd4070f

Please sign in to comment.