Skip to content

Commit 084caf8

Browse files
committed
Auto-generated commit
1 parent 42db405 commit 084caf8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,6 @@ A total of 13 people contributed to this release. Thank you to the following con
16261626

16271627
<details>
16281628

1629-
- [`e28064f`](https://github.com/stdlib-js/stdlib/commit/e28064f9d93a232d82297842a9a4bd2895952a55) - **docs:** update namespace TypeScript declarations [(#6478)](https://github.com/stdlib-js/stdlib/pull/6478) _(by stdlib-bot)_
16301629
- [`f2c38e2`](https://github.com/stdlib-js/stdlib/commit/f2c38e218661b2aa21fe58bf2e56ed7c57c2e013) - **docs:** update namespace table of contents [(#6480)](https://github.com/stdlib-js/stdlib/pull/6480) _(by stdlib-bot)_
16311630
- [`9998d76`](https://github.com/stdlib-js/stdlib/commit/9998d768131de91b59e2808ddf4ee552407d4175) - **docs:** update namespace table of contents [(#6461)](https://github.com/stdlib-js/stdlib/pull/6461) _(by stdlib-bot)_
16321631
- [`7899d23`](https://github.com/stdlib-js/stdlib/commit/7899d23195464e9fc0a10b1f0e57b5aa230de5e2) - **feat:** update namespace TypeScript declarations [(#6459)](https://github.com/stdlib-js/stdlib/pull/6459) _(by stdlib-bot)_

base/docs/types/index.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,13 +2856,9 @@ interface Namespace {
28562856
*
28572857
* ## Notes
28582858
*
2859-
* - The function uses the [SameValue Algorithm][ecma-262-same-value-algorithm], as specified in ECMAScript 5.
2860-
* - In contrast to the strict equality operator `===`, `-0` and `+0` are distinguishable and `NaNs` are the same.
28612859
* - If unable to find an element which equals a provided search element, the function returns `-1`.
28622860
* - If `fromIndex` is less than zero, the starting index is resolved relative to the last array element, with the last array element corresponding to `fromIndex = -1`.
28632861
*
2864-
* [ecma-262-same-value-algorithm]: http://ecma-international.org/ecma-262/5.1/#sec-9.12
2865-
*
28662862
* @param x - input array
28672863
* @param searchElement - search element
28682864
* @param fromIndex - starting index (inclusive)
@@ -2983,14 +2979,10 @@ interface Namespace {
29832979
*
29842980
* ## Notes
29852981
*
2986-
* - The function uses the [SameValue Algorithm][ecma-262-same-value-algorithm], as specified in ECMAScript 5.
2987-
* - In contrast to the strict equality operator `===`, `-0` and `+0` are distinguishable and `NaNs` are the same.
29882982
* - The function scans an input array from the starting index to the beginning of the array (i.e., backward).
29892983
* - If unable to find an element which equals a provided search element, the function returns `-1`.
29902984
* - If `fromIndex` is less than zero, the starting index is resolved relative to the last array element, with the last array element corresponding to `fromIndex = -1`.
29912985
*
2992-
* [ecma-262-same-value-algorithm]: http://ecma-international.org/ecma-262/5.1/#sec-9.12
2993-
*
29942986
* @param x - input array
29952987
* @param searchElement - search element
29962988
* @param fromIndex - starting index (inclusive)

0 commit comments

Comments
 (0)