Updated 9 months ago

@stdlib/utils-property-names • Rank 20.0 • Science 44%

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

Updated 9 months ago

@stdlib/utils-keys-in • Rank 4.5 • Science 44%

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

Updated 9 months ago

@stdlib/utils-properties • Rank 3.5 • Science 44%

Return an array of an object's own enumerable and non-enumerable property names and symbols.

Updated 9 months ago

@stdlib/utils-bifurcate-own • Rank 3.4 • Science 44%

Split an object's own property values into two groups according to a predicate function.

Updated 9 months ago

@stdlib/utils-entries-in • Rank 3.2 • Science 44%

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

Updated 9 months ago

@stdlib/utils-nonindex-keys • Rank 2.7 • Science 44%

Return an array of an object's own enumerable property names which are not integer indices.

Updated 9 months ago

@stdlib/utils-nonenumerable-properties-in • Rank 2.6 • Science 44%

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

Updated 9 months ago

@stdlib/utils-writable-properties-in • Rank 2.5 • Science 44%

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

Updated 9 months ago

@stdlib/utils-property-names-in • Rank 2.5 • Science 44%

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

Updated 9 months ago

@stdlib/utils-values-in • Rank 2.1 • Science 44%

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

Updated 9 months ago

@stdlib/utils-group-own • Rank 2.1 • Science 44%

Group an object's own property values according to an indicator function.

Updated 9 months ago

utils-properties-in • Rank 0.0 • Science 44%

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

Updated 9 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 9 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 9 months ago

array-base-assert-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 9 months ago

utils-some-in-by • Science 44%

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

Updated 9 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 9 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 9 months ago

object-some-in-by • Science 44%

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