Port generated lib files

This commit is contained in:
Mohamed Hegazy
2018-07-31 12:20:35 -07:00
parent afef668a19
commit 20bf93a77a

View File

@@ -14111,7 +14111,8 @@ interface Storage {
/**
* storage[key] = value
*/
setItem(key: string, value: string): void;
setItem(key: string, value: string): void;
[name: string]: any;
}
declare var Storage: {