index-signature.ts 91 B

12345
  1. class LocalStorage implements Storage {
  2. [index: number]: string;
  3. [key: string]: any;
  4. }