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