MapUtils
constMapUtils:object
Defined in: map/index.ts:17
Map 工具函数
引入
函数列表
Type Declaration
isEmpty()
isEmpty<
K,V>(map):boolean
检查 Map 是否为空
类型签名
Type Parameters
Parameters
Returns
boolean
如果 Map 为空返回 true,否则返回 false
constMapUtils:object
Defined in: map/index.ts:17
Map 工具函数
引入
函数列表
isEmpty<
K,V>(map):boolean
检查 Map 是否为空
类型签名
boolean
如果 Map 为空返回 true,否则返回 false