setItem.d.ts 91 B

1
  1. export declare function setItem(this: any, key$: string, value: any, callback?: any): any;