PokéRogue
    Preparing search index...
    • Returns {
          clear(): void;
          getItem(key: string): any;
          hasOwnProperty(key: string): boolean;
          removeItem(key: string): void;
          setItem(key: string, value: string): void;
      }