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-entries-in • Rank 3.2 • Science 44%

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

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

krippendorff • Rank 17.6 • Science 23%

Fast computation of Krippendorff's alpha agreement measure in Python.

Updated 6 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.