mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
fix typescript error
This commit is contained in:
4
goJS/gojs.d.ts → goJS/goJS.d.ts
vendored
4
goJS/gojs.d.ts → goJS/goJS.d.ts
vendored
@@ -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