You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ The namespace exports the following:
89
89
- <spanclass="signature">[`copyIndexed( x )`][@stdlib/array/base/copy-indexed]</span><spanclass="delimiter">: </span><spanclass="description">copy the elements of an indexed array-like object to a new "generic" array.</span>
90
90
- <spanclass="signature">[`copy( x )`][@stdlib/array/base/copy]</span><spanclass="delimiter">: </span><spanclass="description">copy the elements of an array-like object to a new "generic" array.</span>
91
91
- <spanclass="signature">[`countFalsy( x )`][@stdlib/array/base/count-falsy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of falsy elements in an array.</span>
92
+
- <spanclass="signature">[`countSameValueZero( x, value )`][@stdlib/array/base/count-same-value-zero]</span><spanclass="delimiter">: </span><spanclass="description">count the number of elements in an array that are equal to a specified value.</span>
93
+
- <spanclass="signature">[`countSameValue( x, value )`][@stdlib/array/base/count-same-value]</span><spanclass="delimiter">: </span><spanclass="description">count the number of elements in an array that are equal to a specified value.</span>
92
94
- <spanclass="signature">[`countTruthy( x )`][@stdlib/array/base/count-truthy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of truthy elements in an array.</span>
- <spanclass="signature">[`everyByRight( x, predicate[, thisArg] )`][@stdlib/array/base/every-by-right]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,7 @@ The remaining namespace utilities are as follows:
442
442
- <spanclass="signature">[`isNonConfigurableProperty( value, property )`][@stdlib/assert/is-nonconfigurable-property]</span><spanclass="delimiter">: </span><spanclass="description">test if an object's own property is non-configurable.</span>
443
443
- <spanclass="signature">[`isNonEnumerablePropertyIn( value, property )`][@stdlib/assert/is-nonenumerable-property-in]</span><spanclass="delimiter">: </span><spanclass="description">test if an object's own or inherited property is non-enumerable.</span>
444
444
- <spanclass="signature">[`isNonEnumerableProperty( value, property )`][@stdlib/assert/is-nonenumerable-property]</span><spanclass="delimiter">: </span><spanclass="description">test if an object's own property is non-enumerable.</span>
445
+
- <spanclass="signature">[`isNonNegativeFinite( value )`][@stdlib/assert/is-nonnegative-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a number having a nonnegative finite value.</span>
445
446
- <spanclass="signature">[`isObjectLike( value )`][@stdlib/assert/is-object-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is object-like.</span>
446
447
- <spanclass="signature">[`isOdd( value )`][@stdlib/assert/is-odd]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an odd number.</span>
447
448
- <spanclass="signature">[`isPascalcase( value )`][@stdlib/assert/is-pascalcase]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a string in Pascal case.</span>
0 commit comments