The type of the key (extends PropertyKey) / 键的类型(继承 PropertyKey)
The type of the value / 值的类型
A new object with transformed key/value pairs. 具有转换后键值对的新对象
Dangerous keys (__proto__, constructor, prototype) are silently filtered out from the result object.
If the mapper function returns undefined for a key/value pair, that entry is removed from the result.
危险键(__proto__、constructor、prototype)会被静默过滤,不会出现在结果对象中。
如果映射函数返回 undefined,则该键值对会从结果中被移除。
Map key/value pairs for an object, and construct a new one
为一个对象映射键值对,并构造一个新对象