mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix typescript error
This commit is contained in:
Vendored
+2
-2
@@ -8761,8 +8761,8 @@ declare module go {
|
||||
* This is a structure used by Map to hold key-value pairs.
|
||||
*/
|
||||
interface KeyValuePair<K,V> { // undocumented
|
||||
key: K,
|
||||
value: V
|
||||
key: K;
|
||||
value: V;
|
||||
}
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user