From 59f242dca2a991585787a7ab681e31dc37ab1d71 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Sat, 19 Aug 2023 13:33:22 -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 --- .../@stdlib/stats/incr/apcorr/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/count/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/covariance/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/covmat/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/cv/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/ewmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/ewstdev/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/ewvariance/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/gmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/grubbs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/hmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/kurtosis/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/maape/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mae/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mapcorr/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mape/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/max/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/maxabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mcovariance/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mcv/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mda/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/me/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/meanabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/meanabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/meanstdev/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/meanvar/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mgmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mgrubbs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mhmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/midrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/min/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/minabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/minmax/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/minmaxabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmaape/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmae/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmape/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmax/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmaxabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmda/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mme/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmeanabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmeanabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmeanstdev/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmeanvar/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mmidrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmin/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mminabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mminmax/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mminmaxabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmpe/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mmse/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mpcorr/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mpcorr2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mpcorrdist/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mpe/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mprod/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mrmse/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mrss/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mse/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mstdev/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/msum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/msumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/msumabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/msummary/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/msumprod/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/mvariance/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/mvmr/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/nancount/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/nansum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/nansumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/nansumabs2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/pcorr/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/pcorr2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/pcorrdist/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/pcorrdistmat/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/pcorrmat/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/prod/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/range/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/rmse/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/rss/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/skewness/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/stdev/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/sum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/sumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/sumabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/summary/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/sumprod/docs/types/index.d.ts | 2 +- .../@stdlib/stats/incr/variance/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/vmr/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/incr/wmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cugmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cuhmean/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/cumax/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cumaxabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cumean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cumeanabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cumeanabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cumidrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/cumin/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cuminabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cuprod/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/curange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/cusum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cusumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/cusumabs2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/max/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/maxabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/mean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/meanabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/meanabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/midrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/min/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/minabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/mmax/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mmaxabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/mmean/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mmeanabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mmeanabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mmidrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/mmin/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mminabs/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/mprod/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/mrange/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/msum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/msumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/msumabs2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/prod/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/range/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/stdev/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/stats/iter/sum/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/sumabs/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/sumabs2/docs/types/index.d.ts | 2 +- .../@stdlib/stats/iter/variance/docs/types/index.d.ts | 2 +- 139 files changed, 139 insertions(+), 139 deletions(-) diff --git a/lib/node_modules/@stdlib/stats/incr/apcorr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/apcorr/docs/types/index.d.ts index b3825b509afb..08a511411460 100644 --- a/lib/node_modules/@stdlib/stats/incr/apcorr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/apcorr/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/stats/incr/count/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/count/docs/types/index.d.ts index 92671c8c35a2..eeb43ce063a4 100644 --- a/lib/node_modules/@stdlib/stats/incr/count/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/count/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/stats/incr/covariance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/covariance/docs/types/index.d.ts index 89e4c8598c48..424d2ac5407a 100644 --- a/lib/node_modules/@stdlib/stats/incr/covariance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/covariance/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/stats/incr/covmat/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/covmat/docs/types/index.d.ts index 9ab8a7dd94d9..d3bb77c2585f 100644 --- a/lib/node_modules/@stdlib/stats/incr/covmat/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/covmat/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/stats/incr/cv/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/cv/docs/types/index.d.ts index 3c49cf5012b4..2aa835c283f9 100644 --- a/lib/node_modules/@stdlib/stats/incr/cv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/cv/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/stats/incr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/docs/types/index.d.ts index a283c0017456..ea236b2e0f24 100644 --- a/lib/node_modules/@stdlib/stats/incr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/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/stats/incr/ewmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/ewmean/docs/types/index.d.ts index 1e3ddcef38f2..cfc661850eef 100644 --- a/lib/node_modules/@stdlib/stats/incr/ewmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/ewmean/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/stats/incr/ewstdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/ewstdev/docs/types/index.d.ts index 7a9ffe60a971..19f20713a1cb 100644 --- a/lib/node_modules/@stdlib/stats/incr/ewstdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/ewstdev/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/stats/incr/ewvariance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/ewvariance/docs/types/index.d.ts index 0887577ecc97..ff778c418bad 100644 --- a/lib/node_modules/@stdlib/stats/incr/ewvariance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/ewvariance/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/stats/incr/gmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/gmean/docs/types/index.d.ts index 1466ee961a26..e78d19dadf93 100644 --- a/lib/node_modules/@stdlib/stats/incr/gmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/gmean/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/stats/incr/grubbs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/grubbs/docs/types/index.d.ts index e9bb734bbc38..d9cb58454d08 100644 --- a/lib/node_modules/@stdlib/stats/incr/grubbs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/grubbs/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/stats/incr/hmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/hmean/docs/types/index.d.ts index e05e3d7a9eef..9a24b30df6d7 100644 --- a/lib/node_modules/@stdlib/stats/incr/hmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/hmean/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/stats/incr/kurtosis/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/kurtosis/docs/types/index.d.ts index 2af5980e74aa..50d577ab4641 100644 --- a/lib/node_modules/@stdlib/stats/incr/kurtosis/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/kurtosis/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/stats/incr/maape/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/maape/docs/types/index.d.ts index 5c3d835266a9..1165ad66776c 100644 --- a/lib/node_modules/@stdlib/stats/incr/maape/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/maape/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/stats/incr/mae/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mae/docs/types/index.d.ts index 9bbb8fdfc52e..c63cb160f66d 100644 --- a/lib/node_modules/@stdlib/stats/incr/mae/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mae/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/stats/incr/mapcorr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mapcorr/docs/types/index.d.ts index b099c826f491..2bf615e38dbd 100644 --- a/lib/node_modules/@stdlib/stats/incr/mapcorr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mapcorr/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/stats/incr/mape/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mape/docs/types/index.d.ts index 3f49c510cb93..89a611ccc0ab 100644 --- a/lib/node_modules/@stdlib/stats/incr/mape/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mape/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/stats/incr/max/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/max/docs/types/index.d.ts index 1a45e9c7fae9..464ed73dc7e4 100644 --- a/lib/node_modules/@stdlib/stats/incr/max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/max/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/stats/incr/maxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/maxabs/docs/types/index.d.ts index 63e9005150b9..e1fdaa9289b4 100644 --- a/lib/node_modules/@stdlib/stats/incr/maxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/maxabs/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/stats/incr/mcovariance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mcovariance/docs/types/index.d.ts index ceb80274f2d2..d3dae399c7bf 100644 --- a/lib/node_modules/@stdlib/stats/incr/mcovariance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mcovariance/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/stats/incr/mcv/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mcv/docs/types/index.d.ts index 44039a5400d0..b43d1363b68a 100644 --- a/lib/node_modules/@stdlib/stats/incr/mcv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mcv/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/stats/incr/mda/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mda/docs/types/index.d.ts index 66b2006dc04c..227e36848234 100644 --- a/lib/node_modules/@stdlib/stats/incr/mda/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mda/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/stats/incr/me/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/me/docs/types/index.d.ts index b6bd0b163605..59fd0a454662 100644 --- a/lib/node_modules/@stdlib/stats/incr/me/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/me/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/stats/incr/mean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mean/docs/types/index.d.ts index 37a14aa16585..9c22a8f98660 100644 --- a/lib/node_modules/@stdlib/stats/incr/mean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mean/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/stats/incr/meanabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/meanabs/docs/types/index.d.ts index 85260b1e5a78..fdd45838df23 100644 --- a/lib/node_modules/@stdlib/stats/incr/meanabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/meanabs/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/stats/incr/meanabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/meanabs2/docs/types/index.d.ts index 5965300b2f7e..4af13c478bc4 100644 --- a/lib/node_modules/@stdlib/stats/incr/meanabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/meanabs2/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/stats/incr/meanstdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/meanstdev/docs/types/index.d.ts index 78686438c62e..4bcefb3104c5 100644 --- a/lib/node_modules/@stdlib/stats/incr/meanstdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/meanstdev/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/stats/incr/meanvar/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/meanvar/docs/types/index.d.ts index 6e56bc52be85..579dbf840842 100644 --- a/lib/node_modules/@stdlib/stats/incr/meanvar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/meanvar/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/stats/incr/mgmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mgmean/docs/types/index.d.ts index 137ae819fdce..dce368f6c021 100644 --- a/lib/node_modules/@stdlib/stats/incr/mgmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mgmean/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/stats/incr/mgrubbs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mgrubbs/docs/types/index.d.ts index 68a367598e1f..8106c3a0c795 100644 --- a/lib/node_modules/@stdlib/stats/incr/mgrubbs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mgrubbs/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/stats/incr/mhmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mhmean/docs/types/index.d.ts index e814e1520d72..8f8cc24accd3 100644 --- a/lib/node_modules/@stdlib/stats/incr/mhmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mhmean/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/stats/incr/midrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/midrange/docs/types/index.d.ts index 40196112e467..d2f048a6b426 100644 --- a/lib/node_modules/@stdlib/stats/incr/midrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/midrange/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/stats/incr/min/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/min/docs/types/index.d.ts index e255bd1e9ff5..ea48bf5cdff6 100644 --- a/lib/node_modules/@stdlib/stats/incr/min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/min/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/stats/incr/minabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/minabs/docs/types/index.d.ts index 47a826b886b5..e45ece752443 100644 --- a/lib/node_modules/@stdlib/stats/incr/minabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/minabs/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/stats/incr/minmax/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/minmax/docs/types/index.d.ts index 88d1b6db82c5..86e1388c98af 100644 --- a/lib/node_modules/@stdlib/stats/incr/minmax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/minmax/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/stats/incr/minmaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/minmaxabs/docs/types/index.d.ts index 6b351d77de63..4183918b6061 100644 --- a/lib/node_modules/@stdlib/stats/incr/minmaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/minmaxabs/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/stats/incr/mmaape/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmaape/docs/types/index.d.ts index 1db2a2f20eed..06a56e423879 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmaape/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmaape/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/stats/incr/mmae/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmae/docs/types/index.d.ts index 854b9a68cb81..cae7878a6e0f 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmae/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmae/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/stats/incr/mmape/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmape/docs/types/index.d.ts index 2efdb774f718..6405849d2489 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmape/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmape/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/stats/incr/mmax/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmax/docs/types/index.d.ts index a6e20abe3d95..bea7765b2fb9 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmax/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/stats/incr/mmaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmaxabs/docs/types/index.d.ts index a2047186c81f..128c5e0cc80e 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmaxabs/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/stats/incr/mmda/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmda/docs/types/index.d.ts index b62278b6b1ad..a9be7904f0db 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmda/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmda/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/stats/incr/mme/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mme/docs/types/index.d.ts index c5e44c05295c..810f0201314f 100644 --- a/lib/node_modules/@stdlib/stats/incr/mme/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mme/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/stats/incr/mmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmean/docs/types/index.d.ts index 907e4afe95d2..8f0f99c073b4 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmean/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/stats/incr/mmeanabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmeanabs/docs/types/index.d.ts index c0e72b205d36..3f15706522d2 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmeanabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmeanabs/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/stats/incr/mmeanabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmeanabs2/docs/types/index.d.ts index d9745cb4ade9..c1cf8efa5f9f 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmeanabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmeanabs2/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/stats/incr/mmeanstdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmeanstdev/docs/types/index.d.ts index 318421e83faf..c2bf23035eef 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmeanstdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmeanstdev/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/stats/incr/mmeanvar/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmeanvar/docs/types/index.d.ts index 3cb2e1ded31d..dd3b974ceedd 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmeanvar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmeanvar/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/stats/incr/mmidrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmidrange/docs/types/index.d.ts index b6ddc679a839..de9026db2160 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmidrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmidrange/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/stats/incr/mmin/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmin/docs/types/index.d.ts index 06f3afb7f3ec..d1e349ecb254 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmin/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/stats/incr/mminabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mminabs/docs/types/index.d.ts index aa2ecf8096a1..bf22e0711efc 100644 --- a/lib/node_modules/@stdlib/stats/incr/mminabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mminabs/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/stats/incr/mminmax/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mminmax/docs/types/index.d.ts index 9510a9f8e30d..4ec53cbf27ff 100644 --- a/lib/node_modules/@stdlib/stats/incr/mminmax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mminmax/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/stats/incr/mminmaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mminmaxabs/docs/types/index.d.ts index 574680ac008e..a67215f6ca00 100644 --- a/lib/node_modules/@stdlib/stats/incr/mminmaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mminmaxabs/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/stats/incr/mmpe/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmpe/docs/types/index.d.ts index 258b686da818..9dba1d09d05a 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmpe/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmpe/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/stats/incr/mmse/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mmse/docs/types/index.d.ts index e3b409af2b36..711efe9b1d23 100644 --- a/lib/node_modules/@stdlib/stats/incr/mmse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mmse/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/stats/incr/mpcorr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mpcorr/docs/types/index.d.ts index 0ff076e81d4b..f6b4b2592e56 100644 --- a/lib/node_modules/@stdlib/stats/incr/mpcorr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mpcorr/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/stats/incr/mpcorr2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mpcorr2/docs/types/index.d.ts index 428bbcd461e2..6ab35878aaca 100644 --- a/lib/node_modules/@stdlib/stats/incr/mpcorr2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mpcorr2/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/stats/incr/mpcorrdist/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mpcorrdist/docs/types/index.d.ts index e1fd45e6935d..631c1767780e 100644 --- a/lib/node_modules/@stdlib/stats/incr/mpcorrdist/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mpcorrdist/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/stats/incr/mpe/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mpe/docs/types/index.d.ts index 70de14b1a094..9ce65bf974c5 100644 --- a/lib/node_modules/@stdlib/stats/incr/mpe/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mpe/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/stats/incr/mprod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mprod/docs/types/index.d.ts index 8779b17fbcf6..b82fb6e901d1 100644 --- a/lib/node_modules/@stdlib/stats/incr/mprod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mprod/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/stats/incr/mrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mrange/docs/types/index.d.ts index eefc25934c1a..fc614caa46ac 100644 --- a/lib/node_modules/@stdlib/stats/incr/mrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mrange/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/stats/incr/mrmse/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mrmse/docs/types/index.d.ts index 452ca166638b..9d7a7b0c6f91 100644 --- a/lib/node_modules/@stdlib/stats/incr/mrmse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mrmse/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/stats/incr/mrss/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mrss/docs/types/index.d.ts index 3fe7129d74d3..a22846064d0c 100644 --- a/lib/node_modules/@stdlib/stats/incr/mrss/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mrss/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/stats/incr/mse/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mse/docs/types/index.d.ts index 6ff2a31b5fe5..cc7dc3e2a960 100644 --- a/lib/node_modules/@stdlib/stats/incr/mse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mse/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/stats/incr/mstdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mstdev/docs/types/index.d.ts index 48b36fd16f60..91e0cd12fd03 100644 --- a/lib/node_modules/@stdlib/stats/incr/mstdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mstdev/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/stats/incr/msum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/msum/docs/types/index.d.ts index a71bd3143a52..be81cb01ee91 100644 --- a/lib/node_modules/@stdlib/stats/incr/msum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/msum/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/stats/incr/msumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/msumabs/docs/types/index.d.ts index 09baec98e603..ab6b8d8dd2e8 100644 --- a/lib/node_modules/@stdlib/stats/incr/msumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/msumabs/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/stats/incr/msumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/msumabs2/docs/types/index.d.ts index 57a84e9834fa..923b006fc008 100644 --- a/lib/node_modules/@stdlib/stats/incr/msumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/msumabs2/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/stats/incr/msummary/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/msummary/docs/types/index.d.ts index bfaa8a2eea60..0efd545f7780 100644 --- a/lib/node_modules/@stdlib/stats/incr/msummary/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/msummary/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/stats/incr/msumprod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/msumprod/docs/types/index.d.ts index 130de824be4d..22d1f3c1919a 100644 --- a/lib/node_modules/@stdlib/stats/incr/msumprod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/msumprod/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/stats/incr/mvariance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mvariance/docs/types/index.d.ts index a0c541e73e8b..1a78d2deb017 100644 --- a/lib/node_modules/@stdlib/stats/incr/mvariance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mvariance/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/stats/incr/mvmr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/mvmr/docs/types/index.d.ts index f7c26bcf85b9..fdd711556b42 100644 --- a/lib/node_modules/@stdlib/stats/incr/mvmr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/mvmr/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/stats/incr/nancount/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/nancount/docs/types/index.d.ts index 7714dcfcfabc..86ff985488ac 100644 --- a/lib/node_modules/@stdlib/stats/incr/nancount/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/nancount/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/stats/incr/nansum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/nansum/docs/types/index.d.ts index 2c479788f0ba..f1548d48ede3 100644 --- a/lib/node_modules/@stdlib/stats/incr/nansum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/nansum/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/stats/incr/nansumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/nansumabs/docs/types/index.d.ts index d5d4741fc9fd..371db6aea1c7 100644 --- a/lib/node_modules/@stdlib/stats/incr/nansumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/nansumabs/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/stats/incr/nansumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/nansumabs2/docs/types/index.d.ts index 2bb5ca6f584a..117456202701 100644 --- a/lib/node_modules/@stdlib/stats/incr/nansumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/nansumabs2/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/stats/incr/pcorr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/pcorr/docs/types/index.d.ts index 9eee58136512..24b36d13f71f 100644 --- a/lib/node_modules/@stdlib/stats/incr/pcorr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/pcorr/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/stats/incr/pcorr2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/pcorr2/docs/types/index.d.ts index fe0d936148f2..59ca368c6ca5 100644 --- a/lib/node_modules/@stdlib/stats/incr/pcorr2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/pcorr2/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/stats/incr/pcorrdist/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/pcorrdist/docs/types/index.d.ts index 20033e1e33d6..b44e3e874a93 100644 --- a/lib/node_modules/@stdlib/stats/incr/pcorrdist/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/pcorrdist/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/stats/incr/pcorrdistmat/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/pcorrdistmat/docs/types/index.d.ts index 77dbebae66e0..8ff682e65fd2 100644 --- a/lib/node_modules/@stdlib/stats/incr/pcorrdistmat/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/pcorrdistmat/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/stats/incr/pcorrmat/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/pcorrmat/docs/types/index.d.ts index f4a61a285194..eb27386fe750 100644 --- a/lib/node_modules/@stdlib/stats/incr/pcorrmat/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/pcorrmat/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/stats/incr/prod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/prod/docs/types/index.d.ts index 95d1bdf40380..74f9a7951271 100644 --- a/lib/node_modules/@stdlib/stats/incr/prod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/prod/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/stats/incr/range/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/range/docs/types/index.d.ts index 646b9a0ab16d..d3ed4d2557e1 100644 --- a/lib/node_modules/@stdlib/stats/incr/range/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/range/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/stats/incr/rmse/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/rmse/docs/types/index.d.ts index 085d8459ea0e..a9ad0298b3be 100644 --- a/lib/node_modules/@stdlib/stats/incr/rmse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/rmse/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/stats/incr/rss/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/rss/docs/types/index.d.ts index e473f8ad5f6a..591db0dedbeb 100644 --- a/lib/node_modules/@stdlib/stats/incr/rss/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/rss/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/stats/incr/skewness/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/skewness/docs/types/index.d.ts index 9a09acbc618c..384d6311795e 100644 --- a/lib/node_modules/@stdlib/stats/incr/skewness/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/skewness/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/stats/incr/stdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/stdev/docs/types/index.d.ts index 7a685bb1c23d..ca64ae3493e3 100644 --- a/lib/node_modules/@stdlib/stats/incr/stdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/stdev/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/stats/incr/sum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/sum/docs/types/index.d.ts index 51e0360f910b..6891b1975b84 100644 --- a/lib/node_modules/@stdlib/stats/incr/sum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/sum/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/stats/incr/sumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/sumabs/docs/types/index.d.ts index b645011a078e..7ebd314aaf81 100644 --- a/lib/node_modules/@stdlib/stats/incr/sumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/sumabs/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/stats/incr/sumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/sumabs2/docs/types/index.d.ts index cdc9613ed263..710a54e694f8 100644 --- a/lib/node_modules/@stdlib/stats/incr/sumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/sumabs2/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/stats/incr/summary/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/summary/docs/types/index.d.ts index b6dc5a483e8b..3bb30ee5e830 100644 --- a/lib/node_modules/@stdlib/stats/incr/summary/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/summary/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/stats/incr/sumprod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/sumprod/docs/types/index.d.ts index 5d1acfb218d9..b2c9a24ce643 100644 --- a/lib/node_modules/@stdlib/stats/incr/sumprod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/sumprod/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/stats/incr/variance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/variance/docs/types/index.d.ts index 0de63d4a76cd..031de43c4523 100644 --- a/lib/node_modules/@stdlib/stats/incr/variance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/variance/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/stats/incr/vmr/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/vmr/docs/types/index.d.ts index 5def2b09ad38..677a66537a69 100644 --- a/lib/node_modules/@stdlib/stats/incr/vmr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/vmr/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/stats/incr/wmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/incr/wmean/docs/types/index.d.ts index 49d277e0d87b..b91edc36cd26 100644 --- a/lib/node_modules/@stdlib/stats/incr/wmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/incr/wmean/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/stats/iter/cugmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cugmean/docs/types/index.d.ts index fff8eabdbfff..4def2b5ea338 100644 --- a/lib/node_modules/@stdlib/stats/iter/cugmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cugmean/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/stats/iter/cuhmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cuhmean/docs/types/index.d.ts index 80123cff296e..f61ae9f43fe9 100644 --- a/lib/node_modules/@stdlib/stats/iter/cuhmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cuhmean/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/stats/iter/cumax/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumax/docs/types/index.d.ts index 4cb30a65eee1..e464c16de6de 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumax/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/stats/iter/cumaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumaxabs/docs/types/index.d.ts index 93239f1bdbec..f1c514cc3387 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumaxabs/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/stats/iter/cumean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumean/docs/types/index.d.ts index 4fde78ae96cc..5829301d4d01 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumean/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/stats/iter/cumeanabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumeanabs/docs/types/index.d.ts index a52e028fb5c5..a4098c660edd 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumeanabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumeanabs/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/stats/iter/cumeanabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumeanabs2/docs/types/index.d.ts index b87448986644..5cf6bebabd14 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumeanabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumeanabs2/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/stats/iter/cumidrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumidrange/docs/types/index.d.ts index d0dec850b3cd..23ea64adfdd4 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumidrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumidrange/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/stats/iter/cumin/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cumin/docs/types/index.d.ts index 730d590b1649..3d8eae849985 100644 --- a/lib/node_modules/@stdlib/stats/iter/cumin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cumin/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/stats/iter/cuminabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cuminabs/docs/types/index.d.ts index af19c53d61ad..e2eaeded8e01 100644 --- a/lib/node_modules/@stdlib/stats/iter/cuminabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cuminabs/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/stats/iter/cuprod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cuprod/docs/types/index.d.ts index 77c35ae59345..e3e7b2be3bcf 100644 --- a/lib/node_modules/@stdlib/stats/iter/cuprod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cuprod/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/stats/iter/curange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/curange/docs/types/index.d.ts index 1551e3d41841..6e22ea205862 100644 --- a/lib/node_modules/@stdlib/stats/iter/curange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/curange/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/stats/iter/cusum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cusum/docs/types/index.d.ts index ba0e07d3b804..911becee48b4 100644 --- a/lib/node_modules/@stdlib/stats/iter/cusum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cusum/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/stats/iter/cusumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cusumabs/docs/types/index.d.ts index 1732f6e89f43..f2d44783320c 100644 --- a/lib/node_modules/@stdlib/stats/iter/cusumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cusumabs/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/stats/iter/cusumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/cusumabs2/docs/types/index.d.ts index d2957b4ea38f..b0f6998d0dab 100644 --- a/lib/node_modules/@stdlib/stats/iter/cusumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/cusumabs2/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/stats/iter/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/docs/types/index.d.ts index f242fe8eb56a..b82faa47b2f9 100644 --- a/lib/node_modules/@stdlib/stats/iter/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/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/stats/iter/max/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/max/docs/types/index.d.ts index c53103885c0e..b385e7ed230d 100644 --- a/lib/node_modules/@stdlib/stats/iter/max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/max/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/stats/iter/maxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/maxabs/docs/types/index.d.ts index 277dbcd66228..5785b85d9687 100644 --- a/lib/node_modules/@stdlib/stats/iter/maxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/maxabs/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/stats/iter/mean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mean/docs/types/index.d.ts index 3277b16da549..b94da5c826e5 100644 --- a/lib/node_modules/@stdlib/stats/iter/mean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mean/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/stats/iter/meanabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/meanabs/docs/types/index.d.ts index 566f9b8bdf96..34a153125130 100644 --- a/lib/node_modules/@stdlib/stats/iter/meanabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/meanabs/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/stats/iter/meanabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/meanabs2/docs/types/index.d.ts index 9ae9361a9eee..3291572cc019 100644 --- a/lib/node_modules/@stdlib/stats/iter/meanabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/meanabs2/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/stats/iter/midrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/midrange/docs/types/index.d.ts index 648d5cb9ea8b..1e0c4d46cbae 100644 --- a/lib/node_modules/@stdlib/stats/iter/midrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/midrange/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/stats/iter/min/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/min/docs/types/index.d.ts index 919b66deb7ce..5a0af4a79d48 100644 --- a/lib/node_modules/@stdlib/stats/iter/min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/min/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/stats/iter/minabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/minabs/docs/types/index.d.ts index 6e97fa586b97..2024af8637d6 100644 --- a/lib/node_modules/@stdlib/stats/iter/minabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/minabs/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/stats/iter/mmax/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmax/docs/types/index.d.ts index 08e689e2f3ec..ae6a6e902a00 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmax/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/stats/iter/mmaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmaxabs/docs/types/index.d.ts index b29fa6c30a1d..7938476a76fb 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmaxabs/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/stats/iter/mmean/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmean/docs/types/index.d.ts index 64dec7f87918..145694e00026 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmean/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmean/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/stats/iter/mmeanabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmeanabs/docs/types/index.d.ts index e9446b73a517..cff077e71248 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmeanabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmeanabs/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/stats/iter/mmeanabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmeanabs2/docs/types/index.d.ts index b3c88d09514e..0621b1990ce7 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmeanabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmeanabs2/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/stats/iter/mmidrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmidrange/docs/types/index.d.ts index 48a0f389e35d..81d8265c4942 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmidrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmidrange/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/stats/iter/mmin/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mmin/docs/types/index.d.ts index e3a226c12fd2..79d1808f933b 100644 --- a/lib/node_modules/@stdlib/stats/iter/mmin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mmin/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/stats/iter/mminabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mminabs/docs/types/index.d.ts index 1f672e5d4ff3..bae4dab8ed19 100644 --- a/lib/node_modules/@stdlib/stats/iter/mminabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mminabs/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/stats/iter/mprod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mprod/docs/types/index.d.ts index c091a9f290d6..d45745f4beb5 100644 --- a/lib/node_modules/@stdlib/stats/iter/mprod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mprod/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/stats/iter/mrange/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/mrange/docs/types/index.d.ts index 0998a5121ba7..cf2609123a07 100644 --- a/lib/node_modules/@stdlib/stats/iter/mrange/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/mrange/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/stats/iter/msum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/msum/docs/types/index.d.ts index 8b0b40659ba3..bb9ded65a0e0 100644 --- a/lib/node_modules/@stdlib/stats/iter/msum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/msum/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/stats/iter/msumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/msumabs/docs/types/index.d.ts index f7db5d78bd42..9f141a17270d 100644 --- a/lib/node_modules/@stdlib/stats/iter/msumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/msumabs/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/stats/iter/msumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/msumabs2/docs/types/index.d.ts index c8a06ed82dcb..00166557cb88 100644 --- a/lib/node_modules/@stdlib/stats/iter/msumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/msumabs2/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/stats/iter/prod/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/prod/docs/types/index.d.ts index 13ea7e8674be..290d540068df 100644 --- a/lib/node_modules/@stdlib/stats/iter/prod/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/prod/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/stats/iter/range/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/range/docs/types/index.d.ts index 7b1eb5b676b7..37b37ebd71f1 100644 --- a/lib/node_modules/@stdlib/stats/iter/range/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/range/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/stats/iter/stdev/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/stdev/docs/types/index.d.ts index 9ba705ba30bd..800bfd8ce888 100644 --- a/lib/node_modules/@stdlib/stats/iter/stdev/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/stdev/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/stats/iter/sum/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/sum/docs/types/index.d.ts index b4c848baf305..be72d794d81c 100644 --- a/lib/node_modules/@stdlib/stats/iter/sum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/sum/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/stats/iter/sumabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/sumabs/docs/types/index.d.ts index cbcc74084180..b85a5bb93377 100644 --- a/lib/node_modules/@stdlib/stats/iter/sumabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/sumabs/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/stats/iter/sumabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/sumabs2/docs/types/index.d.ts index 578772042c54..f52f27a97e93 100644 --- a/lib/node_modules/@stdlib/stats/iter/sumabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/sumabs2/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/stats/iter/variance/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/iter/variance/docs/types/index.d.ts index eb365b9f884a..5701aebb6e31 100644 --- a/lib/node_modules/@stdlib/stats/iter/variance/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/iter/variance/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 ///