From f79de8d4432cd8cf26a99ad185335b46025318e9 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 28 Jun 2023 03:59:04 +0000 Subject: [PATCH] Auto-generated commit --- any/docs/types/index.d.ts | 2 +- every/docs/types/index.d.ts | 2 +- index-of/docs/types/index.d.ts | 4 ++-- mask-arguments/docs/types/index.d.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/any/docs/types/index.d.ts b/any/docs/types/index.d.ts index f2b34ad4..7b1f33f5 100644 --- a/any/docs/types/index.d.ts +++ b/any/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/every/docs/types/index.d.ts b/every/docs/types/index.d.ts index a0f9da37..aab97f22 100644 --- a/every/docs/types/index.d.ts +++ b/every/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/index-of/docs/types/index.d.ts b/index-of/docs/types/index.d.ts index 647303b0..22629986 100644 --- a/index-of/docs/types/index.d.ts +++ b/index-of/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// @@ -78,7 +78,7 @@ import { Collection } from '@stdlib/types/object'; * var idx = indexOf( str, 'o' ); * // returns 3 */ -declare function indexOf( arr: Collection, searchElement: any, fromIndex?: number ): number; // tslint-disable-line max-line-length +declare function indexOf( arr: Collection, searchElement: any, fromIndex?: number ): number; // EXPORTS // diff --git a/mask-arguments/docs/types/index.d.ts b/mask-arguments/docs/types/index.d.ts index 42b6d58f..3a62e6cf 100644 --- a/mask-arguments/docs/types/index.d.ts +++ b/mask-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// @@ -44,7 +44,7 @@ import { Collection } from '@stdlib/types/object'; * var out = bar( 1, 2, 3 ); * // returns [ 1, 3 ] */ -declare function maskArguments( fcn: Function, mask: Collection, thisArg?: any ): Function; // tslint-disable-line max-line-length +declare function maskArguments( fcn: Function, mask: Collection, thisArg?: any ): Function; // EXPORTS //