From e29732dee616e2d94e91f87f78afd8aceb806017 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Fri, 18 Aug 2023 21:26:07 -0400 Subject: [PATCH] feat!: update minimum TypeScript version To leverage new TypeScript features, we need to update the minimum TypeScript version to 4.1. Doing so allows us to take advantage of the various features across the stdlib code base: constructs like Record, Omit, or Partial, the keyof operator, type predicates, conditional types, and more. TypeScript versions older than 4.1 are not in widespread use, so this change should not affect most users, especially those who upgrade with each new TypeScript version. BREAKING CHANGE: update minimum TypeScript version to 4.1 To migrate, users should upgrade their TypeScript version to at least version 4.1. Private-ref: https://github.com/stdlib-js/todo/issues/1713 --- .../@stdlib/array/base/accessor-getter/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/accessor-setter/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/accessor/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/arraylike2object/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/assert/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/cartesian-product/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/base/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/filled-by/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/filled/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/incrspace/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/linspace/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/logspace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/base/ones/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/ones2d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/base/take/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/to-accessor-array/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/unitspace/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/zero-to/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/base/zeros/docs/types/index.d.ts | 2 +- .../@stdlib/array/base/zeros2d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/buffer/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/complex64/docs/types/index.d.ts | 2 +- .../@stdlib/array/convert-same/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/convert/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/ctors/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/dataview/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/datespace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/dtype/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/dtypes/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/empty-like/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/empty/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/filled/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/float32/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/float64/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/full-like/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/full/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/incrspace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/int16/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/int32/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/int8/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/linspace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/logspace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/min-dtype/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/nans-like/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/nans/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/next-dtype/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/ones-like/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/ones/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts | 2 +- .../@stdlib/array/promotion-rules/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/reviver/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/safe-casts/docs/types/index.d.ts | 2 +- .../@stdlib/array/same-kind-casts/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/shape/docs/types/index.d.ts | 2 +- .../@stdlib/array/shared-buffer/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-circular-iterator/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-iterator-right/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-iterator/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/to-json/docs/types/index.d.ts | 2 +- .../array/to-sparse-iterator-right/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-sparse-iterator/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-strided-iterator/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-view-iterator-right/docs/types/index.d.ts | 2 +- .../@stdlib/array/to-view-iterator/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-complex-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-complex-dtypes/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-complex/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-dtypes/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-float-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-float-dtypes/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-integer-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-integer-dtypes/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-real-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-real-dtypes/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-real-float-ctors/docs/types/index.d.ts | 2 +- .../@stdlib/array/typed-real-float-dtypes/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts | 2 +- .../array/typed-signed-integer-ctors/docs/types/index.d.ts | 2 +- .../array/typed-signed-integer-dtypes/docs/types/index.d.ts | 2 +- .../array/typed-unsigned-integer-ctors/docs/types/index.d.ts | 2 +- .../array/typed-unsigned-integer-dtypes/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/uint16/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/uint32/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/uint8/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/uint8c/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/zeros-like/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/array/zeros/docs/types/index.d.ts | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/lib/node_modules/@stdlib/array/base/accessor-getter/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/accessor-getter/docs/types/index.d.ts index fc8a43b43b5..7985d92738f 100644 --- a/lib/node_modules/@stdlib/array/base/accessor-getter/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/accessor-getter/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/accessor-setter/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/accessor-setter/docs/types/index.d.ts index bc84b1dd32d..94a80aea115 100644 --- a/lib/node_modules/@stdlib/array/base/accessor-setter/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/accessor-setter/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/accessor/docs/types/index.d.ts index b26a3716234..71b73be3044 100644 --- a/lib/node_modules/@stdlib/array/base/accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/arraylike2object/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/arraylike2object/docs/types/index.d.ts index 7450432c08b..ffa9e04538f 100644 --- a/lib/node_modules/@stdlib/array/base/arraylike2object/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/arraylike2object/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/assert/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/assert/docs/types/index.d.ts index b4dc5bae656..40606056dde 100644 --- a/lib/node_modules/@stdlib/array/base/assert/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/assert/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/array/base/cartesian-product/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/cartesian-product/docs/types/index.d.ts index 35b8102abcb..e30c444a993 100644 --- a/lib/node_modules/@stdlib/array/base/cartesian-product/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/cartesian-product/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts index 85c14bd6bdf..c936586641b 100644 --- a/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/array/base/filled-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/filled-by/docs/types/index.d.ts index af9ea9e02af..a1352ccdfc9 100644 --- a/lib/node_modules/@stdlib/array/base/filled-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/filled-by/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Nullary callback function. diff --git a/lib/node_modules/@stdlib/array/base/filled/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/filled/docs/types/index.d.ts index e48e92aee34..656580600b5 100644 --- a/lib/node_modules/@stdlib/array/base/filled/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/filled/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a filled "generic" array. diff --git a/lib/node_modules/@stdlib/array/base/incrspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/incrspace/docs/types/index.d.ts index 016f91025c2..9c30818c1cb 100644 --- a/lib/node_modules/@stdlib/array/base/incrspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/incrspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a linearly spaced numeric array according to a provided increment. diff --git a/lib/node_modules/@stdlib/array/base/linspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/linspace/docs/types/index.d.ts index 6651573915f..5092b0d09a8 100644 --- a/lib/node_modules/@stdlib/array/base/linspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/linspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a linearly spaced numeric array. diff --git a/lib/node_modules/@stdlib/array/base/logspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/logspace/docs/types/index.d.ts index 9d2a999813d..70554668ed8 100644 --- a/lib/node_modules/@stdlib/array/base/logspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/logspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a logarithmically spaced numeric array. diff --git a/lib/node_modules/@stdlib/array/base/ones/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/ones/docs/types/index.d.ts index e47aca2f1f8..4df95ba9a97 100644 --- a/lib/node_modules/@stdlib/array/base/ones/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/ones/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a "generic" array filled with ones. diff --git a/lib/node_modules/@stdlib/array/base/ones2d/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/ones2d/docs/types/index.d.ts index b2300ab5797..3379dad6bf9 100644 --- a/lib/node_modules/@stdlib/array/base/ones2d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/ones2d/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/take/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/take/docs/types/index.d.ts index 4c9cd5ec31a..3f5332a9600 100644 --- a/lib/node_modules/@stdlib/array/base/take/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/take/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/to-accessor-array/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/to-accessor-array/docs/types/index.d.ts index 98340112732..e46dbfd6d73 100644 --- a/lib/node_modules/@stdlib/array/base/to-accessor-array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/to-accessor-array/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/base/unitspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/unitspace/docs/types/index.d.ts index 7f97ea8943b..b5724ce18b9 100644 --- a/lib/node_modules/@stdlib/array/base/unitspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/unitspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a linearly spaced numeric array whose elements increment by 1. diff --git a/lib/node_modules/@stdlib/array/base/zero-to/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/zero-to/docs/types/index.d.ts index 38cf21e0304..60f006010f4 100644 --- a/lib/node_modules/@stdlib/array/base/zero-to/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/zero-to/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a linearly spaced numeric array whose elements increment by 1 starting from zero. diff --git a/lib/node_modules/@stdlib/array/base/zeros/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/zeros/docs/types/index.d.ts index 4b1ca5770a5..f66fe6b1d5f 100644 --- a/lib/node_modules/@stdlib/array/base/zeros/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/zeros/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a zero-filled "generic" array. diff --git a/lib/node_modules/@stdlib/array/base/zeros2d/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/base/zeros2d/docs/types/index.d.ts index 1ffef5fc17e..875bca80e99 100644 --- a/lib/node_modules/@stdlib/array/base/zeros2d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/base/zeros2d/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/buffer/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/buffer/docs/types/index.d.ts index 409a264a570..8380dfa925d 100644 --- a/lib/node_modules/@stdlib/array/buffer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/buffer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts index a682be41f05..962ad67e264 100644 --- a/lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/complex64/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/complex64/docs/types/index.d.ts index d47070d3bfe..d19ef8f4580 100644 --- a/lib/node_modules/@stdlib/array/complex64/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/complex64/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/convert-same/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/convert-same/docs/types/index.d.ts index f143009526b..0bb07a5aab3 100644 --- a/lib/node_modules/@stdlib/array/convert-same/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/convert-same/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/convert/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/convert/docs/types/index.d.ts index 24b7355c35a..aed997b22a1 100644 --- a/lib/node_modules/@stdlib/array/convert/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/convert/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/ctors/docs/types/index.d.ts index d8899736722..887488a6eaf 100644 --- a/lib/node_modules/@stdlib/array/ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 import Complex128Array = require( '@stdlib/array/complex128' ); import Complex64Array = require( '@stdlib/array/complex64' ); diff --git a/lib/node_modules/@stdlib/array/dataview/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/dataview/docs/types/index.d.ts index 495672e599f..d7b175e2cb1 100644 --- a/lib/node_modules/@stdlib/array/dataview/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/dataview/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/datespace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/datespace/docs/types/index.d.ts index e78af11fad2..91ae2666e4c 100644 --- a/lib/node_modules/@stdlib/array/datespace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/datespace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface defining function options. diff --git a/lib/node_modules/@stdlib/array/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/docs/types/index.d.ts index e7fa9be5cc9..79ef219b206 100644 --- a/lib/node_modules/@stdlib/array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/array/dtype/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/dtype/docs/types/index.d.ts index 857f71bda7f..3bd3d0bc90f 100644 --- a/lib/node_modules/@stdlib/array/dtype/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/dtype/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/dtypes/docs/types/index.d.ts index d4a9222593d..97d595b3e7f 100644 --- a/lib/node_modules/@stdlib/array/dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/empty-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/empty-like/docs/types/index.d.ts index d5bec8aa440..12834aeaff7 100644 --- a/lib/node_modules/@stdlib/array/empty-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/empty-like/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/empty/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/empty/docs/types/index.d.ts index d91bc1d1807..35d6bd36696 100644 --- a/lib/node_modules/@stdlib/array/empty/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/empty/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts index dcd404f6d68..44360295a0e 100644 --- a/lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/filled/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/filled/docs/types/index.d.ts index 683dcb1a55a..29db30d6203 100644 --- a/lib/node_modules/@stdlib/array/filled/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/filled/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/float32/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/float32/docs/types/index.d.ts index 120432a9766..bc414668b55 100644 --- a/lib/node_modules/@stdlib/array/float32/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/float32/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/float64/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/float64/docs/types/index.d.ts index 815b76e653f..11f889476a1 100644 --- a/lib/node_modules/@stdlib/array/float64/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/float64/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/full-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/full-like/docs/types/index.d.ts index 44215be26cf..edf33fc516b 100644 --- a/lib/node_modules/@stdlib/array/full-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/full-like/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/full/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/full/docs/types/index.d.ts index 33f820754a9..4923a4f793c 100644 --- a/lib/node_modules/@stdlib/array/full/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/full/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/incrspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/incrspace/docs/types/index.d.ts index 876c0bb9d03..f5a4c09768b 100644 --- a/lib/node_modules/@stdlib/array/incrspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/incrspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a linearly spaced numeric array using a provided increment. diff --git a/lib/node_modules/@stdlib/array/int16/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/int16/docs/types/index.d.ts index d865f448a5c..950399b3a6f 100644 --- a/lib/node_modules/@stdlib/array/int16/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/int16/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/int32/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/int32/docs/types/index.d.ts index 71457b033a2..a32b46f20e6 100644 --- a/lib/node_modules/@stdlib/array/int32/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/int32/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/int8/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/int8/docs/types/index.d.ts index c4f785b435b..2d20dc4de9e 100644 --- a/lib/node_modules/@stdlib/array/int8/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/int8/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/linspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/linspace/docs/types/index.d.ts index 8404fa1d558..e2aebd26553 100644 --- a/lib/node_modules/@stdlib/array/linspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/linspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/logspace/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/logspace/docs/types/index.d.ts index 8ef2deb9375..f2da67f7490 100644 --- a/lib/node_modules/@stdlib/array/logspace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/logspace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Generates a logarithmically spaced numeric array. diff --git a/lib/node_modules/@stdlib/array/min-dtype/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/min-dtype/docs/types/index.d.ts index e08d77e7df1..2c348525824 100644 --- a/lib/node_modules/@stdlib/array/min-dtype/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/min-dtype/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/nans-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/nans-like/docs/types/index.d.ts index ff8465054b1..d034c3ba635 100644 --- a/lib/node_modules/@stdlib/array/nans-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/nans-like/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/nans/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/nans/docs/types/index.d.ts index b42ccc7e408..86463de9777 100644 --- a/lib/node_modules/@stdlib/array/nans/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/nans/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/next-dtype/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/next-dtype/docs/types/index.d.ts index ddaad78c164..7813f13a9c2 100644 --- a/lib/node_modules/@stdlib/array/next-dtype/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/next-dtype/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/ones-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/ones-like/docs/types/index.d.ts index 2f6a251f397..6500fd4fdfa 100644 --- a/lib/node_modules/@stdlib/array/ones-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/ones-like/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/ones/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/ones/docs/types/index.d.ts index 5a67a277876..88a26bd6844 100644 --- a/lib/node_modules/@stdlib/array/ones/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/ones/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts index 6def635ac86..116435552c7 100644 --- a/lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/promotion-rules/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/promotion-rules/docs/types/index.d.ts index fb7595a3bbb..c2543127769 100644 --- a/lib/node_modules/@stdlib/array/promotion-rules/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/promotion-rules/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/reviver/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/reviver/docs/types/index.d.ts index f9a12ba535b..5e150d54756 100644 --- a/lib/node_modules/@stdlib/array/reviver/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/reviver/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Revives a JSON-serialized typed array. diff --git a/lib/node_modules/@stdlib/array/safe-casts/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/safe-casts/docs/types/index.d.ts index e306df6b7a1..1f9382cec27 100644 --- a/lib/node_modules/@stdlib/array/safe-casts/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/safe-casts/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/same-kind-casts/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/same-kind-casts/docs/types/index.d.ts index 49b5bc69a2c..39217b26587 100644 --- a/lib/node_modules/@stdlib/array/same-kind-casts/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/same-kind-casts/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/shape/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/shape/docs/types/index.d.ts index c96bb535890..d800b46c46a 100644 --- a/lib/node_modules/@stdlib/array/shape/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/shape/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/shared-buffer/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/shared-buffer/docs/types/index.d.ts index ed15c12fec1..587ee34e19f 100644 --- a/lib/node_modules/@stdlib/array/shared-buffer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/shared-buffer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/to-circular-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-circular-iterator/docs/types/index.d.ts index a0cfdfe9377..3cdde1a9c4d 100644 --- a/lib/node_modules/@stdlib/array/to-circular-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-circular-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-iterator-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-iterator-right/docs/types/index.d.ts index 42b98c39bc9..6a97e0665f6 100644 --- a/lib/node_modules/@stdlib/array/to-iterator-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-iterator-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-iterator/docs/types/index.d.ts index aebeaaed5c3..a17a346100d 100644 --- a/lib/node_modules/@stdlib/array/to-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-json/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-json/docs/types/index.d.ts index 57cd966af8a..e17b2c548d6 100644 --- a/lib/node_modules/@stdlib/array/to-json/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-json/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-sparse-iterator-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-sparse-iterator-right/docs/types/index.d.ts index 709caea62d0..3a3e7073581 100644 --- a/lib/node_modules/@stdlib/array/to-sparse-iterator-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-sparse-iterator-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-sparse-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-sparse-iterator/docs/types/index.d.ts index 71ea1dd600c..50595ee8dec 100644 --- a/lib/node_modules/@stdlib/array/to-sparse-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-sparse-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-strided-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-strided-iterator/docs/types/index.d.ts index 9637b271b54..655b2283101 100644 --- a/lib/node_modules/@stdlib/array/to-strided-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-strided-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-view-iterator-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-view-iterator-right/docs/types/index.d.ts index d49f3b85c38..7f8c89fde90 100644 --- a/lib/node_modules/@stdlib/array/to-view-iterator-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-view-iterator-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/to-view-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/to-view-iterator/docs/types/index.d.ts index 83bd88910b4..7c4112e3a29 100644 --- a/lib/node_modules/@stdlib/array/to-view-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/to-view-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-complex-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-complex-ctors/docs/types/index.d.ts index 0a13a85e0d0..f0ef8085876 100644 --- a/lib/node_modules/@stdlib/array/typed-complex-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-complex-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 import Complex128Array = require( '@stdlib/array/complex128' ); import Complex64Array = require( '@stdlib/array/complex64' ); diff --git a/lib/node_modules/@stdlib/array/typed-complex-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-complex-dtypes/docs/types/index.d.ts index 9036e541a9f..295c74111ac 100644 --- a/lib/node_modules/@stdlib/array/typed-complex-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-complex-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-complex/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-complex/docs/types/index.d.ts index d7562b5e241..03b58edebf1 100644 --- a/lib/node_modules/@stdlib/array/typed-complex/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-complex/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:unified-signatures diff --git a/lib/node_modules/@stdlib/array/typed-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-ctors/docs/types/index.d.ts index 768c7119b71..f28d6398118 100644 --- a/lib/node_modules/@stdlib/array/typed-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 import Complex128Array = require( '@stdlib/array/complex128' ); import Complex64Array = require( '@stdlib/array/complex64' ); diff --git a/lib/node_modules/@stdlib/array/typed-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-dtypes/docs/types/index.d.ts index 85f4874d948..3e7fc92248b 100644 --- a/lib/node_modules/@stdlib/array/typed-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-float-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-float-ctors/docs/types/index.d.ts index 597b734b617..41d98071736 100644 --- a/lib/node_modules/@stdlib/array/typed-float-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-float-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 import Complex128Array = require( '@stdlib/array/complex128' ); import Complex64Array = require( '@stdlib/array/complex64' ); diff --git a/lib/node_modules/@stdlib/array/typed-float-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-float-dtypes/docs/types/index.d.ts index b4d0b82fb3e..c844215d0a4 100644 --- a/lib/node_modules/@stdlib/array/typed-float-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-float-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-integer-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-integer-ctors/docs/types/index.d.ts index 56533fea1a2..75f3440242d 100644 --- a/lib/node_modules/@stdlib/array/typed-integer-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-integer-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an `Int32Array` constructor. diff --git a/lib/node_modules/@stdlib/array/typed-integer-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-integer-dtypes/docs/types/index.d.ts index f5f17648d85..5eacf4f610f 100644 --- a/lib/node_modules/@stdlib/array/typed-integer-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-integer-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-real-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-real-ctors/docs/types/index.d.ts index 89e2b059e5a..e1a44c546e2 100644 --- a/lib/node_modules/@stdlib/array/typed-real-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-real-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a `Float64Array` constructor. diff --git a/lib/node_modules/@stdlib/array/typed-real-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-real-dtypes/docs/types/index.d.ts index 56ffffd54e1..50e67d97016 100644 --- a/lib/node_modules/@stdlib/array/typed-real-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-real-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-real-float-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-real-float-ctors/docs/types/index.d.ts index 7c82c2d7b04..43b60eeadba 100644 --- a/lib/node_modules/@stdlib/array/typed-real-float-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-real-float-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a `Float64Array` constructor. diff --git a/lib/node_modules/@stdlib/array/typed-real-float-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-real-float-dtypes/docs/types/index.d.ts index a748b067af9..ef1a548eb2e 100644 --- a/lib/node_modules/@stdlib/array/typed-real-float-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-real-float-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts index f53b4979660..4bf0475ad5a 100644 --- a/lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:unified-signatures diff --git a/lib/node_modules/@stdlib/array/typed-signed-integer-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-signed-integer-ctors/docs/types/index.d.ts index 9d154312599..5a99f31f969 100644 --- a/lib/node_modules/@stdlib/array/typed-signed-integer-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-signed-integer-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an `Int32Array` constructor. diff --git a/lib/node_modules/@stdlib/array/typed-signed-integer-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-signed-integer-dtypes/docs/types/index.d.ts index 60fce0c3dc9..e32ce03c31c 100644 --- a/lib/node_modules/@stdlib/array/typed-signed-integer-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-signed-integer-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed-unsigned-integer-ctors/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-unsigned-integer-ctors/docs/types/index.d.ts index 086b1bf67a9..8eb165a5559 100644 --- a/lib/node_modules/@stdlib/array/typed-unsigned-integer-ctors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-unsigned-integer-ctors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a `Uint32Array` constructor. diff --git a/lib/node_modules/@stdlib/array/typed-unsigned-integer-dtypes/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed-unsigned-integer-dtypes/docs/types/index.d.ts index 9dcc9f2f28c..fdfd99761e8 100644 --- a/lib/node_modules/@stdlib/array/typed-unsigned-integer-dtypes/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed-unsigned-integer-dtypes/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts index 317d57b2512..898188df128 100644 --- a/lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:unified-signatures diff --git a/lib/node_modules/@stdlib/array/uint16/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/uint16/docs/types/index.d.ts index c6081c4b61f..fe62b616559 100644 --- a/lib/node_modules/@stdlib/array/uint16/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/uint16/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/uint32/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/uint32/docs/types/index.d.ts index 63d829519e5..e69775234d7 100644 --- a/lib/node_modules/@stdlib/array/uint32/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/uint32/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/uint8/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/uint8/docs/types/index.d.ts index 7803cfcb60e..e55ca0b0e5a 100644 --- a/lib/node_modules/@stdlib/array/uint8/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/uint8/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/uint8c/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/uint8c/docs/types/index.d.ts index 1dd26b1be6a..516251ee3ff 100644 --- a/lib/node_modules/@stdlib/array/uint8c/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/uint8c/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/array/zeros-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/zeros-like/docs/types/index.d.ts index 104597ce21a..cb4995558d5 100644 --- a/lib/node_modules/@stdlib/array/zeros-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/zeros-like/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/array/zeros/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/zeros/docs/types/index.d.ts index 271d193dd21..53f2ae9828b 100644 --- a/lib/node_modules/@stdlib/array/zeros/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/zeros/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 ///