Updated 6 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 6 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 6 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 6 months ago

@stdlib/utils-object-inverse-by • Rank 3.4 • Science 44%

Invert an object, such that keys become values and values become keys, according to a transform function.

Updated 6 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 6 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 6 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 6 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 6 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 6 months ago

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

Test whether whether any 'own' property of a provided object satisfies a predicate function.