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
    • 78.50
    • 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.50
      • Published

      method-names

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

      • v0.2.0
      • 43.91
      • Published

      process-migrator

      Proces import/export Node.js application

      • v0.10.1
      • 35.76
      • Published

      all-keys

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

      • v4.0.0
      • 30.56
      • Published

      methon

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

      • v0.5.0
      • 26.38
      • Published

      own-all

      Turns inherited properties into owned properties.

      • v1.0.0
      • 24.92
      • Published

      prop-keys

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

      • v2.0.0
      • 21.98
      • 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.60
      • Published

      base-classes

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

      • v2.1.0
      • 14.79
      • Published

      @stdlib/utils-keys-in

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

      • v0.2.2
      • 13.07
      • Published

      prop-entries

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

      • v1.0.0
      • 11.48
      • Published

      @stdlib/utils-entries-in

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

      • v0.2.2
      • 10.35
      • Published

      @stdlib/utils-values-in

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

      • v0.2.2
      • 10.23
      • Published

      inherit-class

      util.inherits without the cruft

      • v1.0.1
      • 7.13
      • Published

      prop-values

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

      • v2.0.0
      • 2.82
      • 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.68
      • Published

      props-iterator

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

      • v1.0.1
      • 2.63
      • Published

      @stdlib/utils-for-in

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

      • v0.2.2
      • 2.60
      • Published