npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "inherited" 的结果(共 7 个)
mixin-object

Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.

MIT
omit-undefined

Creates an object composed of the own and inherited enumerable string keyed properties of object that doesn't undefined.

MIT
oolong

Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.

list-methods

Easily generate a JSON or markdown list (sorted array) of property names of all enumerable properties, own and inherited, of objects that have function values.

MIT
typedoc-plugin-no-inherit

Typedoc plugin to exclude inherited members from a Typedoc class/interface

MIT
for-in

Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js

MIT
method-names

Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.

MIT