mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Port generated lib files
This commit is contained in:
Vendored
+2
-1
@@ -14332,7 +14332,8 @@ interface Storage {
|
||||
/**
|
||||
* storage[key] = value
|
||||
*/
|
||||
setItem(key: string, value: string): void;
|
||||
setItem(key: string, value: string): void;
|
||||
[name: string]: any;
|
||||
}
|
||||
|
||||
declare var Storage: {
|
||||
|
||||
Reference in New Issue
Block a user