From cca37d051d8c0209970fc681353fdb4e4d257a8a Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Sat, 19 Aug 2023 10:14:11 -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: stdlib-js/todo#1713 --- lib/node_modules/@stdlib/blas/base/ccopy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/cswap/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dasum/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/daxpy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dcopy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/ddot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dnrm2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/drotg/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dscal/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dsdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gasum/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gaxpy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gcopy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gnrm2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gscal/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/gswap/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/sasum/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/saxpy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/scopy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/sdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/sdsdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/snrm2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/srotg/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/sscal/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/base/sswap/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/ddot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/dswap/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapx/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapxsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapxsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapxsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapxsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dapxsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dasumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dcusum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dcusumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dcusumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dcusumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dcusumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dfill/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnanasum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnanasumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnannsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnannsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnannsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnannsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnannsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnansum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnansumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnansumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnansumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dnansumpw/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/drev/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsapxsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsapxsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsnannsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsnansum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsnansumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsnansumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsort2hp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsort2ins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsort2sh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsorthp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsortins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsortsh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dssum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dssumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dssumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/dsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapx/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapxsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapxsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapxsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapxsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gapxsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gasumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gcusum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gcusumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gcusumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gcusumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gcusumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gfill-by/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gfill/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnannsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnansum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnansumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnansumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnansumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gnansumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/grev/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsort2hp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsort2ins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsort2sh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsorthp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsortins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsortsh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/gsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapx/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapxsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapxsumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapxsumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapxsumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sapxsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sasumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/scusum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/scusumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/scusumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/scusumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdsapxsum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdsapxsumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdsnansum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdsnansumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdssum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sdssumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/sfill/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/snansum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/snansumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/snansumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/snansumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/snansumpw/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/srev/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssort2hp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssort2ins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssort2sh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssorthp/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssortins/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssortsh/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssum/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssumkbn/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssumkbn2/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts | 2 +- .../@stdlib/blas/ext/base/ssumpw/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/ext/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/gdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/gswap/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/sdot/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/blas/sswap/docs/types/index.d.ts | 2 +- 151 files changed, 151 insertions(+), 151 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/base/ccopy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/ccopy/docs/types/index.d.ts index bb482e19734..f0f7b571ef5 100644 --- a/lib/node_modules/@stdlib/blas/base/ccopy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/ccopy/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/blas/base/cswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/cswap/docs/types/index.d.ts index 82d60cfb957..573ce3ea48f 100644 --- a/lib/node_modules/@stdlib/blas/base/cswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/cswap/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/blas/base/dasum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dasum/docs/types/index.d.ts index 6793743b739..2e344adc125 100644 --- a/lib/node_modules/@stdlib/blas/base/dasum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dasum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dasum`. diff --git a/lib/node_modules/@stdlib/blas/base/daxpy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/daxpy/docs/types/index.d.ts index cc3f9adc1ae..22a01b3fd83 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/daxpy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `daxpy`. diff --git a/lib/node_modules/@stdlib/blas/base/dcopy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dcopy/docs/types/index.d.ts index 301354051dd..46e8edb5bba 100644 --- a/lib/node_modules/@stdlib/blas/base/dcopy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dcopy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcopy`. diff --git a/lib/node_modules/@stdlib/blas/base/ddot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/ddot/docs/types/index.d.ts index 2fa5395e57b..5ffbe6b20a0 100644 --- a/lib/node_modules/@stdlib/blas/base/ddot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/ddot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ddot`. diff --git a/lib/node_modules/@stdlib/blas/base/dnrm2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dnrm2/docs/types/index.d.ts index feccf34dc2f..e9af6b2b659 100644 --- a/lib/node_modules/@stdlib/blas/base/dnrm2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dnrm2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnrm2`. diff --git a/lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts index 9a8ab159b46..2bb6e2bffaf 100644 --- a/lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/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/blas/base/drotg/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/drotg/docs/types/index.d.ts index f760a1b9f11..158712a22b6 100644 --- a/lib/node_modules/@stdlib/blas/base/drotg/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/drotg/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Inteface describing `drotg`. diff --git a/lib/node_modules/@stdlib/blas/base/dscal/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dscal/docs/types/index.d.ts index a47516c6cec..3d7e5e60f89 100644 --- a/lib/node_modules/@stdlib/blas/base/dscal/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dscal/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dscal`. diff --git a/lib/node_modules/@stdlib/blas/base/dsdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dsdot/docs/types/index.d.ts index 4764537220a..94f369ae357 100644 --- a/lib/node_modules/@stdlib/blas/base/dsdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dsdot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsdot`. diff --git a/lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts index ca7469de6a8..0c9ded99a98 100644 --- a/lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dswap`. diff --git a/lib/node_modules/@stdlib/blas/base/gasum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gasum/docs/types/index.d.ts index e7878be2ef8..459400135df 100644 --- a/lib/node_modules/@stdlib/blas/base/gasum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gasum/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/blas/base/gaxpy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gaxpy/docs/types/index.d.ts index fdd69aa6c1f..cce7326a88b 100644 --- a/lib/node_modules/@stdlib/blas/base/gaxpy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gaxpy/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/blas/base/gcopy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gcopy/docs/types/index.d.ts index f5e48bce1ea..b8f681e0fef 100644 --- a/lib/node_modules/@stdlib/blas/base/gcopy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gcopy/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/blas/base/gdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gdot/docs/types/index.d.ts index c6173ce519c..b5060b10f3d 100644 --- a/lib/node_modules/@stdlib/blas/base/gdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gdot/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/blas/base/gnrm2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gnrm2/docs/types/index.d.ts index 458fe4840b8..aab840b762a 100644 --- a/lib/node_modules/@stdlib/blas/base/gnrm2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gnrm2/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/blas/base/gscal/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gscal/docs/types/index.d.ts index 2a827fffb0b..7befbc6ded2 100644 --- a/lib/node_modules/@stdlib/blas/base/gscal/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gscal/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/blas/base/gswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/gswap/docs/types/index.d.ts index fce3ca82bc9..3ec2a7d7942 100644 --- a/lib/node_modules/@stdlib/blas/base/gswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/gswap/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/blas/base/sasum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sasum/docs/types/index.d.ts index bf4a96c2fe1..ffb167697cb 100644 --- a/lib/node_modules/@stdlib/blas/base/sasum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sasum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sasum`. diff --git a/lib/node_modules/@stdlib/blas/base/saxpy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/saxpy/docs/types/index.d.ts index accf861178b..4847449fb68 100644 --- a/lib/node_modules/@stdlib/blas/base/saxpy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/saxpy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `saxpy`. diff --git a/lib/node_modules/@stdlib/blas/base/scopy/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/scopy/docs/types/index.d.ts index b321138fc7f..d0b98068b6c 100644 --- a/lib/node_modules/@stdlib/blas/base/scopy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/scopy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scopy`. diff --git a/lib/node_modules/@stdlib/blas/base/sdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sdot/docs/types/index.d.ts index a133a9d9cde..6ec85feec8b 100644 --- a/lib/node_modules/@stdlib/blas/base/sdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sdot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdot`. diff --git a/lib/node_modules/@stdlib/blas/base/sdsdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sdsdot/docs/types/index.d.ts index b79c3b29fbc..81443fd82bc 100644 --- a/lib/node_modules/@stdlib/blas/base/sdsdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sdsdot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdsdot`. diff --git a/lib/node_modules/@stdlib/blas/base/snrm2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/snrm2/docs/types/index.d.ts index 7271edcb7c1..925cd7659f1 100644 --- a/lib/node_modules/@stdlib/blas/base/snrm2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/snrm2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snrm2`. diff --git a/lib/node_modules/@stdlib/blas/base/srotg/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/srotg/docs/types/index.d.ts index 37ae00dd148..092870ba3e7 100644 --- a/lib/node_modules/@stdlib/blas/base/srotg/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/srotg/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Inteface describing `srotg`. diff --git a/lib/node_modules/@stdlib/blas/base/sscal/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sscal/docs/types/index.d.ts index 3ace3f5f3d6..722f9218d37 100644 --- a/lib/node_modules/@stdlib/blas/base/sscal/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sscal/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sscal`. diff --git a/lib/node_modules/@stdlib/blas/base/sswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sswap/docs/types/index.d.ts index 265e01cd72b..f2db1525d24 100644 --- a/lib/node_modules/@stdlib/blas/base/sswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sswap/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sswap`. diff --git a/lib/node_modules/@stdlib/blas/ddot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ddot/docs/types/index.d.ts index a32403063ed..6d41f799fe2 100644 --- a/lib/node_modules/@stdlib/blas/ddot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ddot/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/blas/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/docs/types/index.d.ts index 9069a272417..81bda6626a3 100644 --- a/lib/node_modules/@stdlib/blas/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/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/blas/dswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/dswap/docs/types/index.d.ts index 614db5181a8..d169f929479 100644 --- a/lib/node_modules/@stdlib/blas/dswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/dswap/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/blas/ext/base/dapx/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapx/docs/types/index.d.ts index 31ce0818099..23c602d785a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapx/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapx/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapx`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapxsum/docs/types/index.d.ts index f5ce5de1e8b..91950c203a3 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapxsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/docs/types/index.d.ts index 7a11461b2a1..2885b9170df 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapxsumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/docs/types/index.d.ts index 798f736b15f..643aa075bd4 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapxsumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapxsumors/docs/types/index.d.ts index e5be2d71e6d..f68b8a06bde 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapxsumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/docs/types/index.d.ts index 82218bbe3eb..eb87c8750cd 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dapxsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dasumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dasumpw/docs/types/index.d.ts index dd632a7bb04..fa112f6ce6f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dasumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dasumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dasumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dcusum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dcusum/docs/types/index.d.ts index f690540e2d7..1ca1a2e68fb 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dcusum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dcusum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcusum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/docs/types/index.d.ts index 7c6dfe98250..daaaf52240a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcusumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn2/docs/types/index.d.ts index cf075299519..c9c12bf6f53 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dcusumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcusumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dcusumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dcusumors/docs/types/index.d.ts index d4eb59fc4ad..ed4f7f442e3 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dcusumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dcusumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcusumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dcusumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dcusumpw/docs/types/index.d.ts index d8c02441191..9ed02a56742 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dcusumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dcusumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dcusumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dfill/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dfill/docs/types/index.d.ts index fd317bd97c2..55d6b1c603c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dfill/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dfill/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dfill`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnanasum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnanasum/docs/types/index.d.ts index 101053a42a0..401995f9169 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnanasum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnanasum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnanasum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnanasumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnanasumors/docs/types/index.d.ts index 9f734059ee3..be55636fe5c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnanasumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnanasumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnanasumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnannsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnannsum/docs/types/index.d.ts index e9feb4834a1..a6dc2a2c8d7 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnannsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnannsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnannsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/docs/types/index.d.ts index 8dc1e6531ed..50f135b85bd 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnannsumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/docs/types/index.d.ts index 70681b7a211..7a8f1464b91 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnannsumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnannsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnannsumors/docs/types/index.d.ts index 50f4a4b747c..11f364edecc 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnannsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnannsumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnannsumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/docs/types/index.d.ts index 384897ba9c8..f53f979aabe 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnannsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnansum/docs/types/index.d.ts index adacb6e6e22..f4aa3a53f42 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnansum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnansum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn/docs/types/index.d.ts index 2aac3275c17..78394671f0d 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnansumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn2/docs/types/index.d.ts index 98874dff243..67951491196 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnansumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnansumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnansumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnansumors/docs/types/index.d.ts index 60b28759465..96f2c880a20 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnansumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnansumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnansumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dnansumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dnansumpw/docs/types/index.d.ts index ea28706cdb2..506eac18c12 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dnansumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dnansumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dnansumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts index 18d784882e5..baa8b99462f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/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/blas/ext/base/drev/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/drev/docs/types/index.d.ts index 3e261380a36..844aaeb3b5f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/drev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/drev/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `drev`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsapxsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsapxsum/docs/types/index.d.ts index dad70a1cce3..2dab3783f58 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsapxsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsapxsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsapxsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/docs/types/index.d.ts index f801b5671db..a47eba80eff 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsapxsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/docs/types/index.d.ts index bd3a9db1a9b..b5e37d34d33 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsnannsumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsnansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsnansum/docs/types/index.d.ts index 327798a6199..87ffe4a8fb7 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsnansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsnansum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsnansum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsnansumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsnansumors/docs/types/index.d.ts index ec5d70ab0a8..3a858b502f2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsnansumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsnansumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsnansumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsnansumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsnansumpw/docs/types/index.d.ts index 9bad9750169..aa2081b04aa 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsnansumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsnansumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsnansumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsort2hp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsort2hp/docs/types/index.d.ts index 9e3e90bc53b..73013ca81d5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsort2hp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsort2hp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsort2hp`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsort2ins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsort2ins/docs/types/index.d.ts index 0c1cb233383..bdeba79cb7f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsort2ins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsort2ins/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsort2ins`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/docs/types/index.d.ts index 2b3bc342207..02f30e43629 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsort2sh`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsorthp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsorthp/docs/types/index.d.ts index 87680db9d86..d234d2a5dc2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsorthp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsorthp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsorthp`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsortins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsortins/docs/types/index.d.ts index f846278ee8e..d2eba29472a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsortins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsortins/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsortins`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsortsh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsortsh/docs/types/index.d.ts index 801eeae2507..83a2a613ea8 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsortsh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsortsh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsortsh`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dssum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dssum/docs/types/index.d.ts index ea66557e5e7..c7bd2b6d2b7 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dssum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dssum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dssum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dssumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dssumors/docs/types/index.d.ts index be37573ea86..7c6d234db8b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dssumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dssumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dssumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dssumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dssumpw/docs/types/index.d.ts index 417a8394ba5..fe1000dff3f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dssumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dssumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dssumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsum/docs/types/index.d.ts index 37b793a485f..83ca0c2376c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsumkbn/docs/types/index.d.ts index 093d1f0890c..3dde6978ed7 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/docs/types/index.d.ts index 13d5c2f8783..964c0dad0ce 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsumors/docs/types/index.d.ts index 8eda59128cf..e647f6a8bce 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/dsumpw/docs/types/index.d.ts index 53e013bc357..10d2ba06f23 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/dsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `dsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/gapx/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapx/docs/types/index.d.ts index 1a2e25bfc8e..f4a281d3e34 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapx/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapx/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/blas/ext/base/gapxsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapxsum/docs/types/index.d.ts index 677a3a7f293..a98c7fad29b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsum/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/blas/ext/base/gapxsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn/docs/types/index.d.ts index 80b64ce3554..112d02cf126 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn/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/blas/ext/base/gapxsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn2/docs/types/index.d.ts index 6fcec715133..307f779b792 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn2/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/blas/ext/base/gapxsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapxsumors/docs/types/index.d.ts index 9d2eaafe225..5888d8155f0 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumors/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/blas/ext/base/gapxsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/docs/types/index.d.ts index 96be068b5b1..de621c85260 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/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/blas/ext/base/gasumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gasumpw/docs/types/index.d.ts index a591ce91c71..351bbc23b21 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gasumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gasumpw/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/blas/ext/base/gcusum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gcusum/docs/types/index.d.ts index 59aa081efcc..e2e0aba5112 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gcusum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gcusum/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/blas/ext/base/gcusumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn/docs/types/index.d.ts index 8c700ed8353..1d502cbfb40 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn/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/blas/ext/base/gcusumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn2/docs/types/index.d.ts index d1ce623a75c..39fa1f99816 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gcusumkbn2/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/blas/ext/base/gcusumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gcusumors/docs/types/index.d.ts index f6ec1700819..bc7180ec464 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gcusumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gcusumors/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/blas/ext/base/gcusumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gcusumpw/docs/types/index.d.ts index cfc50e03982..a8933fcebf5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gcusumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gcusumpw/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/blas/ext/base/gfill-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gfill-by/docs/types/index.d.ts index 24752f35c76..be74ea3acd6 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gfill-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gfill-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/blas/ext/base/gfill/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gfill/docs/types/index.d.ts index 3892df47da0..62517e66a40 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gfill/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gfill/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/blas/ext/base/gnannsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnannsumkbn/docs/types/index.d.ts index c8668435e58..9fcc8343eee 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnannsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnannsumkbn/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/blas/ext/base/gnansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnansum/docs/types/index.d.ts index ceefe38b994..27882aebb8d 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnansum/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/blas/ext/base/gnansumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn/docs/types/index.d.ts index 5f01ca3ce4c..4ffab5ff446 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn/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/blas/ext/base/gnansumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn2/docs/types/index.d.ts index 833167227b1..c8fcd324d2e 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnansumkbn2/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/blas/ext/base/gnansumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnansumors/docs/types/index.d.ts index 8e28a9236f8..3623331cfb9 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnansumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnansumors/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/blas/ext/base/gnansumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gnansumpw/docs/types/index.d.ts index ea99d2533c0..86de87c1078 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnansumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gnansumpw/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/blas/ext/base/grev/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/grev/docs/types/index.d.ts index 159e8df11c8..762ecf267f5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/grev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/grev/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/blas/ext/base/gsort2hp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsort2hp/docs/types/index.d.ts index a4a6c56ce08..32198278364 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsort2hp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsort2hp/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/blas/ext/base/gsort2ins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsort2ins/docs/types/index.d.ts index 6f16c1b9fa1..f2fcf05b67a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsort2ins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsort2ins/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/blas/ext/base/gsort2sh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsort2sh/docs/types/index.d.ts index d5fcc8f9c9e..b8dd62440a5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsort2sh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsort2sh/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/blas/ext/base/gsorthp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsorthp/docs/types/index.d.ts index d45f9b94e15..c0fbd0ef13d 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsorthp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsorthp/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/blas/ext/base/gsortins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsortins/docs/types/index.d.ts index 4ce7cdc930d..525fbb0c1d0 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsortins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsortins/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/blas/ext/base/gsortsh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsortsh/docs/types/index.d.ts index ac7458055b4..ae4a1737361 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsortsh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsortsh/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/blas/ext/base/gsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsum/docs/types/index.d.ts index b1926f972c6..f7465fdda5c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsum/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/blas/ext/base/gsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsumkbn/docs/types/index.d.ts index 58b62d2779d..905c9f8d31c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsumkbn/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/blas/ext/base/gsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsumkbn2/docs/types/index.d.ts index 91a727bdc54..23f012929b4 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsumkbn2/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/blas/ext/base/gsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsumors/docs/types/index.d.ts index ed3c9b9dc0b..952f7905deb 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsumors/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/blas/ext/base/gsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/gsumpw/docs/types/index.d.ts index 5f60bf84bbd..d71e05c8765 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/gsumpw/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/blas/ext/base/sapx/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapx/docs/types/index.d.ts index cc23c8f2c37..5f1259a59f2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapx/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapx/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapx`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sapxsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapxsum/docs/types/index.d.ts index 0e9703753cd..3b8b4fad6e0 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapxsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapxsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapxsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn/docs/types/index.d.ts index db83fd3a5ab..a606532a028 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapxsumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn2/docs/types/index.d.ts index 368cc05ca70..2826d6ac09a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapxsumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sapxsumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapxsumors/docs/types/index.d.ts index c49f2663daa..b204104cbbe 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapxsumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapxsumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapxsumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sapxsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sapxsumpw/docs/types/index.d.ts index fd29d7a2b88..6ec25facf9f 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sapxsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sapxsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sapxsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sasumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sasumpw/docs/types/index.d.ts index 76034ab09f9..28dab675138 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sasumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sasumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sasumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/scusum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/scusum/docs/types/index.d.ts index 85d8248abf1..7c2a2fca4c2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/scusum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/scusum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scusum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/scusumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/scusumkbn/docs/types/index.d.ts index 511df3dcb20..da4801d9598 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/scusumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/scusumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scusumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts index 5c3c8737c6f..058231f4d02 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scusumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/scusumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/scusumors/docs/types/index.d.ts index 58f15ca89c4..c018b6327e2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/scusumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/scusumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scusumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/scusumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/scusumpw/docs/types/index.d.ts index 433063de7ea..c2a1f567432 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/scusumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/scusumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `scusumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdsapxsum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdsapxsum/docs/types/index.d.ts index b5b1fbdcc88..c33c586ebb3 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdsapxsum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdsapxsum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdsapxsum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/docs/types/index.d.ts index 68ea52ce190..894c6bc7993 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdsapxsumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdsnansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdsnansum/docs/types/index.d.ts index 16c0bbb98a6..6e933eaa296 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdsnansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdsnansum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdsnansum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdsnansumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdsnansumpw/docs/types/index.d.ts index 74f5791926a..d2cab306957 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdsnansumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdsnansumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdsnansumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdssum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdssum/docs/types/index.d.ts index bc4f708ac86..70d5ead4c25 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdssum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdssum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdssum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sdssumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sdssumpw/docs/types/index.d.ts index 1fbba6737ec..d7d2aa84db2 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sdssumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sdssumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sdssumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/index.d.ts index 44dc8673419..e603946d18b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `sfill`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/snansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/snansum/docs/types/index.d.ts index b5248711382..8812d6ff2c6 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/snansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/snansum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snansum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/snansumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/snansumkbn/docs/types/index.d.ts index 31196317960..dbb87e03d0d 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/snansumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/snansumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snansumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/snansumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/snansumkbn2/docs/types/index.d.ts index 6432eb848d7..22407c54f07 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/snansumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/snansumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snansumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/snansumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/snansumors/docs/types/index.d.ts index 150704cfbf0..c5f9d2ae3c0 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/snansumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/snansumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snansumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/snansumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/snansumpw/docs/types/index.d.ts index 80bb6f42624..e195c29b9d8 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/snansumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/snansumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `snansumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/srev/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/srev/docs/types/index.d.ts index 0d6c55dd68d..148686a599c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/srev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/srev/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `srev`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssort2hp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssort2hp/docs/types/index.d.ts index f72dd9a5a79..8122e1ab50a 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssort2hp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssort2hp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssort2hp`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssort2ins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssort2ins/docs/types/index.d.ts index 1c4d6698cef..0ba3f5b7baf 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssort2ins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssort2ins/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssort2ins`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssort2sh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssort2sh/docs/types/index.d.ts index 3ed513c090b..3f313a1810b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssort2sh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssort2sh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssort2sh`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssorthp/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssorthp/docs/types/index.d.ts index cc9d24ccb58..747b4f251a5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssorthp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssorthp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssorthp`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssortins/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssortins/docs/types/index.d.ts index 772a74c7a67..96a1c88677b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssortins/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssortins/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssortins`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssortsh/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssortsh/docs/types/index.d.ts index f1d7b5f86fd..ec6a55707dd 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssortsh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssortsh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssortsh`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssum/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssum/docs/types/index.d.ts index 7ee6965eb26..1bf55f1c29c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssum`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssumkbn/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssumkbn/docs/types/index.d.ts index 3271f78d0b9..288cd6ecfa5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssumkbn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssumkbn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssumkbn`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssumkbn2/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssumkbn2/docs/types/index.d.ts index 1e21f355ef4..03108bc47a8 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssumkbn2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssumkbn2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssumkbn2`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts index 19c5cd49e0d..165673b5869 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssumors`. diff --git a/lib/node_modules/@stdlib/blas/ext/base/ssumpw/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/ssumpw/docs/types/index.d.ts index 725b223cdb3..ef66f92d212 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ssumpw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/ssumpw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing `ssumpw`. diff --git a/lib/node_modules/@stdlib/blas/ext/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/docs/types/index.d.ts index f275c389cc2..b1c1f9bfbaa 100644 --- a/lib/node_modules/@stdlib/blas/ext/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/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/blas/gdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/gdot/docs/types/index.d.ts index 1884e223af3..28ec5f617b1 100644 --- a/lib/node_modules/@stdlib/blas/gdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/gdot/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/blas/gswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/gswap/docs/types/index.d.ts index e5ad3e654e0..97c04da8dd7 100644 --- a/lib/node_modules/@stdlib/blas/gswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/gswap/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/blas/sdot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/sdot/docs/types/index.d.ts index 3ad96411861..d633e68601b 100644 --- a/lib/node_modules/@stdlib/blas/sdot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/sdot/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/blas/sswap/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/sswap/docs/types/index.d.ts index 38b410aa8de..0e21f078a3f 100644 --- a/lib/node_modules/@stdlib/blas/sswap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/sswap/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 ///