JSPM

Found 63 results for inherited

for-each-property

Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,

    • v0.0.4
    • 77.64
    • Published

    for-each-property-deep

    Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an

      • v0.0.3
      • 77.14
      • Published

      method-names

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

      • v0.2.0
      • 44.17
      • Published

      process-migrator

      Proces import/export Node.js application

      • v0.10.1
      • 35.99
      • Published

      all-keys

      Get all property keys of an object including non-enumerable and inherited ones

      • v4.0.0
      • 30.13
      • Published

      methon

      Extract a list of inherited, enumerable and non-enumerable method names.

      • v0.5.0
      • 26.18
      • Published

      own-all

      Turns inherited properties into owned properties.

      • v1.0.0
      • 25.08
      • Published

      prop-keys

      Returns an array of the keys of all properties (owned and inherited) of an object.

      • v2.0.0
      • 22.13
      • Published

      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.

      • v0.3.3
      • 20.74
      • Published

      base-classes

      Useful JavaScript base classes for efficient and quick solutions to common problems.

      • v2.1.0
      • 14.87
      • Published

      @stdlib/utils-keys-in

      Return an array of an object's own and inherited enumerable property names.

      • v0.2.2
      • 12.89
      • Published

      prop-entries

      Returns an array of all properties (owned and inherited) of an object.

      • v1.0.0
      • 11.39
      • Published

      @stdlib/utils-entries-in

      Return an array of an object's own and inherited enumerable property key-value pairs.

      • v0.2.2
      • 10.42
      • Published

      @stdlib/utils-values-in

      Return an array of an object's own and inherited enumerable property values.

      • v0.2.2
      • 10.28
      • Published

      inherit-class

      util.inherits without the cruft

      • v1.0.1
      • 7.03
      • Published

      prop-values

      Returns an array of the values of all properties (owned and inherited) of an object.

      • v2.0.0
      • 2.84
      • Published

      @stdlib/utils-some-in-by

      Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

      • v0.1.1
      • 2.69
      • Published

      props-iterator

      Iterates all properties (owned and inherited) of an object.

      • v1.0.1
      • 2.59
      • Published

      @stdlib/utils-for-in

      Invoke a function for each own and inherited enumerable property of an object.

      • v0.2.2
      • 2.58
      • Published