8000 Auto-generated commit · stdlib-js/utils-index-of@bb8063a · GitHub
[go: up one dir, main page]

Skip to content

Commit bb8063a

Browse files
committed
Auto-generated commit
1 parent 7f9fd42 commit bb8063a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Joey Reed <joeyrreed@gmail.com>
1616
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
1717
Joris Labie <joris.labie1@gmail.com>
1818
Justin Dennison <justin1dennison@gmail.com>
19+
KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
1920
Marcus <mfantham@users.noreply.github.com>
2021
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2122
Milan Raj <rajsite@users.noreply.github.com>

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
// TypeScript Version: 2.0
19+
// TypeScript Version: 4.1
2020

2121
/// <reference types="@stdlib/types"/>
2222

@@ -78,7 +78,7 @@ import { Collection } from '@stdlib/types/object';
7878
* var idx = indexOf( str, 'o' );
7979
* // returns 3
8080
*/
81-
declare function indexOf( arr: Collection, searchElement: any, fromIndex?: number ): number; // tslint-disable-line max-line-length
81+
declare function indexOf( arr: Collection, searchElement: any, fromIndex?: number ): number;
8282

8383

8484
// EXPORTS //

0 commit comments

Comments
 (0)
0