npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "enumerable" 的结果(共 4 个)
own-keys

Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible

MIT
get-own-enumerable-property-symbols

Returns an array of all enumerable symbol properties found directly upon a given object

ISC
get-own-enumerable-keys

Like `Object.keys()` but also includes symbols

MIT
assign-symbols

Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.

MIT