.
This commit is contained in:
		| @@ -71,13 +71,13 @@ let r = lang; | |||||||
| /** | /** | ||||||
|  * 键值字典 |  * 键值字典 | ||||||
|  * @template T |  * @template T | ||||||
|  * @typedef {Map<string, T>} KeyMap |  * @typedef {{[key: string]: T}} KeyMap | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * 索引字典 |  * 索引字典 | ||||||
|  * @template T |  * @template T | ||||||
|  * @typedef {Map<number, T>} IndexMap |  * @typedef {{[index: number]: T}} IndexMap | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| /** | /** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user