From ace728f330033182c28199dc9e13d75eda18cfe0 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Sat, 19 Aug 2023 21:00:04 -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. --- .../@stdlib/utils/any-by-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/any-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/append/docs/types/index.d.ts | 2 +- .../@stdlib/utils/argument-function/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/any-by-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/any-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/bifurcate-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/compose/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/count-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/do-until/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/do-while/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/async/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/every-by-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/every-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/for-each-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/for-each/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/function-sequence/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/group-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/if-else/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/if-then/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/inmap-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/inmap/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/map-function/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/map-keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/map-values/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/none-by-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/none-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/reduce-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/reduce/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/series-waterfall/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/some-by-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/some-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/tabulate-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/try-catch/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/try-then/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/until/docs/types/index.d.ts | 2 +- .../@stdlib/utils/async/while/docs/types/index.d.ts | 2 +- .../@stdlib/utils/bifurcate-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/bifurcate-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/bifurcate-own/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/bifurcate/docs/types/index.d.ts | 2 +- .../@stdlib/utils/capitalize-keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/circular-buffer/docs/types/index.d.ts | 2 +- .../@stdlib/utils/common-keys-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/common-keys/docs/types/index.d.ts | 2 +- .../utils/compact-adjacency-matrix/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/compose/docs/types/index.d.ts | 2 +- .../@stdlib/utils/constant-function/docs/types/index.d.ts | 2 +- .../@stdlib/utils/constructor-name/docs/types/index.d.ts | 2 +- .../@stdlib/utils/convert-path/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/copy/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/count-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/curry-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/curry/docs/types/index.d.ts | 2 +- .../@stdlib/utils/decorate-after/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/deep-get/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/deep-pluck/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/deep-set/docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../utils/define-memoized-property/docs/types/index.d.ts | 2 +- .../define-memoized-read-only-property/docs/types/index.d.ts | 2 +- .../utils/define-nonenumerable-property/docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../@stdlib/utils/define-properties/docs/types/index.d.ts | 2 +- .../@stdlib/utils/define-property/docs/types/index.d.ts | 2 +- .../utils/define-read-only-accessor/docs/types/index.d.ts | 2 +- .../utils/define-read-only-property/docs/types/index.d.ts | 2 +- .../utils/define-read-write-accessor/docs/types/index.d.ts | 2 +- .../utils/define-write-only-accessor/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/dirname/docs/types/index.d.ts | 2 +- .../@stdlib/utils/do-until-each-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/do-until-each/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/do-until/docs/types/index.d.ts | 2 +- .../@stdlib/utils/do-while-each-right/docs/types/index.d.ts | 2 +- .../@stdlib/utils/do-while-each/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/do-while/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/docs/types/index.d.ts | 2 +- .../@stdlib/utils/doubly-linked-list/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/dsv/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/entries-in/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/entries/docs/types/index.d.ts | 2 +- .../utils/enumerable-properties-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/enumerable-properties/docs/types/index.d.ts | 2 +- .../utils/enumerable-property-symbols-in/docs/types/index.d.ts | 2 +- .../utils/enumerable-property-symbols/docs/types/index.d.ts | 2 +- .../@stdlib/utils/escape-regexp-string/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/eval/docs/types/index.d.ts | 2 +- .../@stdlib/utils/every-by-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/every-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/extname/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/fifo/docs/types/index.d.ts | 2 +- .../@stdlib/utils/filter-arguments/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/find/docs/types/index.d.ts | 2 +- .../@stdlib/utils/flatten-array/docs/types/index.d.ts | 2 +- .../@stdlib/utils/flatten-object/docs/types/index.d.ts | 2 +- .../@stdlib/utils/for-each-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/for-each/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/for-in/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/for-own/docs/types/index.d.ts | 2 +- .../@stdlib/utils/from-entries/docs/types/index.d.ts | 2 +- .../@stdlib/utils/function-name/docs/types/index.d.ts | 2 +- .../@stdlib/utils/function-sequence/docs/types/index.d.ts | 2 +- .../@stdlib/utils/get-prototype-of/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/global/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/group-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/group-in/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/group-own/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/group/docs/types/index.d.ts | 2 +- .../@stdlib/utils/identity-function/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/if-else/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/if-then/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/inherit/docs/types/index.d.ts | 2 +- .../utils/inherited-enumerable-properties/docs/types/index.d.ts | 2 +- .../inherited-enumerable-property-symbols/docs/types/index.d.ts | 2 +- .../@stdlib/utils/inherited-keys/docs/types/index.d.ts | 2 +- .../inherited-nonenumerable-properties/docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../docs/types/index.d.ts | 2 +- .../@stdlib/utils/inherited-properties/docs/types/index.d.ts | 2 +- .../utils/inherited-property-descriptor/docs/types/index.d.ts | 2 +- .../utils/inherited-property-descriptors/docs/types/index.d.ts | 2 +- .../utils/inherited-property-names/docs/types/index.d.ts | 2 +- .../utils/inherited-property-symbols/docs/types/index.d.ts | 2 +- .../utils/inherited-writable-properties/docs/types/index.d.ts | 2 +- .../inherited-writable-property-names/docs/types/index.d.ts | 2 +- .../inherited-writable-property-symbols/docs/types/index.d.ts | 2 +- .../@stdlib/utils/inmap-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/inmap/docs/types/index.d.ts | 2 +- .../@stdlib/utils/key-by-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/keys-in/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/library-manifest/docs/types/index.d.ts | 2 +- .../@stdlib/utils/linked-list/docs/types/index.d.ts | 2 +- .../@stdlib/utils/lowercase-keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/map-arguments/docs/types/index.d.ts | 2 +- .../@stdlib/utils/map-function/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/map-reduce-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map-reduce/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map-values/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map2-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map2/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map2d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map3d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map4d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/map5d/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/memoize/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/merge/docs/types/index.d.ts | 2 +- .../@stdlib/utils/move-property/docs/types/index.d.ts | 2 +- .../@stdlib/utils/named-typed-tuple/docs/types/index.d.ts | 2 +- .../@stdlib/utils/nary-function/docs/types/index.d.ts | 2 +- .../@stdlib/utils/native-class/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/next-tick/docs/types/index.d.ts | 2 +- .../@stdlib/utils/none-by-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/none-by/docs/types/index.d.ts | 2 +- .../utils/nonenumerable-properties-in/docs/types/index.d.ts | 2 +- .../utils/nonenumerable-properties/docs/types/index.d.ts | 2 +- .../utils/nonenumerable-property-names-in/docs/types/index.d.ts | 2 +- .../utils/nonenumerable-property-names/docs/types/index.d.ts | 2 +- .../nonenumerable-property-symbols-in/docs/types/index.d.ts | 2 +- .../utils/nonenumerable-property-symbols/docs/types/index.d.ts | 2 +- .../@stdlib/utils/nonindex-keys/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/noop/docs/types/index.d.ts | 2 +- .../@stdlib/utils/object-inverse-by/docs/types/index.d.ts | 2 +- .../@stdlib/utils/object-inverse/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/omit-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/open-url/docs/types/index.d.ts | 2 +- .../@stdlib/utils/papply-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/papply/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/parallel/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/parse-json/docs/types/index.d.ts | 2 +- .../@stdlib/utils/pick-arguments/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/pick/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/pluck/docs/types/index.d.ts | 2 +- .../@stdlib/utils/properties-in/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/properties/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-descriptor-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-descriptor/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-descriptors-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-descriptors/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-names-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-names/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-symbols-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/property-symbols/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/real-max/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/real-min/docs/types/index.d.ts | 2 +- .../@stdlib/utils/reduce-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/reduce/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/reduce2d/docs/types/index.d.ts | 2 +- .../@stdlib/utils/regexp-from-string/docs/types/index.d.ts | 2 +- .../@stdlib/utils/reject-arguments/docs/types/index.d.ts | 2 +- .../@stdlib/utils/reorder-arguments/docs/types/index.d.ts | 2 +- .../@stdlib/utils/reverse-arguments/docs/types/index.d.ts | 2 +- .../@stdlib/utils/safe-int-max/docs/types/index.d.ts | 2 +- .../@stdlib/utils/safe-int-min/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/size-of/docs/types/index.d.ts | 2 +- .../@stdlib/utils/some-by-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/some-by/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/stack/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/thunk/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/timeit/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/try-catch/docs/types/index.d.ts | 2 +- .../@stdlib/utils/try-function/docs/types/index.d.ts | 2 +- .../@stdlib/utils/try-require/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/try-then/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/type-max/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/type-min/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/type-of/docs/types/index.d.ts | 2 +- .../@stdlib/utils/uncapitalize-keys/docs/types/index.d.ts | 2 +- .../@stdlib/utils/uncurry-right/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/uncurry/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/until/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/unzip/docs/types/index.d.ts | 2 +- .../@stdlib/utils/uppercase-keys/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/values-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/writable-properties-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/writable-properties/docs/types/index.d.ts | 2 +- .../utils/writable-property-names-in/docs/types/index.d.ts | 2 +- .../@stdlib/utils/writable-property-names/docs/types/index.d.ts | 2 +- .../utils/writable-property-symbols-in/docs/types/index.d.ts | 2 +- .../utils/writable-property-symbols/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/utils/zip/docs/types/index.d.ts | 2 +- 232 files changed, 232 insertions(+), 232 deletions(-) diff --git a/lib/node_modules/@stdlib/utils/any-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/any-by-right/docs/types/index.d.ts index c82662cfffb1..3b8be8d48882 100644 --- a/lib/node_modules/@stdlib/utils/any-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/any-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/any-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/any-by/docs/types/index.d.ts index 5b9831c70bfd..77aed294a6a5 100644 --- a/lib/node_modules/@stdlib/utils/any-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/any-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/utils/append/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/append/docs/types/index.d.ts index d70bffaf4f96..008353d32e5b 100644 --- a/lib/node_modules/@stdlib/utils/append/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/append/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/utils/argument-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/argument-function/docs/types/index.d.ts index d508a0edd6df..a74f27b562ff 100644 --- a/lib/node_modules/@stdlib/utils/argument-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/argument-function/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function which always returns a specified argument. diff --git a/lib/node_modules/@stdlib/utils/async/any-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/any-by-right/docs/types/index.d.ts index 1249ca97c856..7b7e516e1d0b 100644 --- a/lib/node_modules/@stdlib/utils/async/any-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/any-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/any-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/any-by/docs/types/index.d.ts index d888b666cac9..d64d0bac1a80 100644 --- a/lib/node_modules/@stdlib/utils/async/any-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/any-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/utils/async/bifurcate-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/bifurcate-by/docs/types/index.d.ts index 8f5d75293a39..2150d30ee407 100644 --- a/lib/node_modules/@stdlib/utils/async/bifurcate-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/bifurcate-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/utils/async/compose/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/compose/docs/types/index.d.ts index 23341918918c..f71d8d179efb 100644 --- a/lib/node_modules/@stdlib/utils/async/compose/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/compose/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked upon function completion. diff --git a/lib/node_modules/@stdlib/utils/async/count-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/count-by/docs/types/index.d.ts index 8821cc592b18..eb54a3f247d4 100644 --- a/lib/node_modules/@stdlib/utils/async/count-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/count-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/utils/async/do-until/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/do-until/docs/types/index.d.ts index 6e95fa6f6c60..77aac3186139 100644 --- a/lib/node_modules/@stdlib/utils/async/do-until/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/do-until/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/do-while/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/do-while/docs/types/index.d.ts index ee5ec03779f3..70216b0b83c0 100644 --- a/lib/node_modules/@stdlib/utils/async/do-while/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/do-while/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/docs/types/index.d.ts index 26ac541eb359..9abf80041e48 100644 --- a/lib/node_modules/@stdlib/utils/async/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/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/utils/async/every-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/every-by-right/docs/types/index.d.ts index f5d5d3e02422..7e562a8d052b 100644 --- a/lib/node_modules/@stdlib/utils/async/every-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/every-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/every-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/every-by/docs/types/index.d.ts index 75f8105b6ea8..d373d4b30737 100644 --- a/lib/node_modules/@stdlib/utils/async/every-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/every-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/utils/async/for-each-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/for-each-right/docs/types/index.d.ts index 2304a568e131..6c2e0b094b9b 100644 --- a/lib/node_modules/@stdlib/utils/async/for-each-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/for-each-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/for-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/for-each/docs/types/index.d.ts index dec4e016faaa..7ad47a674e6e 100644 --- a/lib/node_modules/@stdlib/utils/async/for-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/for-each/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/utils/async/function-sequence/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/function-sequence/docs/types/index.d.ts index ae5d6a16db4c..ab312da5d489 100644 --- a/lib/node_modules/@stdlib/utils/async/function-sequence/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/function-sequence/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked upon function completion. diff --git a/lib/node_modules/@stdlib/utils/async/group-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/group-by/docs/types/index.d.ts index 207606a5752e..5968c9983f0f 100644 --- a/lib/node_modules/@stdlib/utils/async/group-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/group-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/utils/async/if-else/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/if-else/docs/types/index.d.ts index dc64b5f570f6..ac35fdfccf5d 100644 --- a/lib/node_modules/@stdlib/utils/async/if-else/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/if-else/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/if-then/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/if-then/docs/types/index.d.ts index 158c0898f37d..6e0684ddf4c9 100644 --- a/lib/node_modules/@stdlib/utils/async/if-then/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/if-then/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/inmap-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/inmap-right/docs/types/index.d.ts index ceb76af8e132..ac9da2d4517f 100644 --- a/lib/node_modules/@stdlib/utils/async/inmap-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/inmap-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/inmap/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/inmap/docs/types/index.d.ts index 113fe6a7a072..e7f3b94e927d 100644 --- a/lib/node_modules/@stdlib/utils/async/inmap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/inmap/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/utils/async/map-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/map-function/docs/types/index.d.ts index dff0e0b74ab1..8529628bbd8b 100644 --- a/lib/node_modules/@stdlib/utils/async/map-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/map-function/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/utils/async/map-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/map-keys/docs/types/index.d.ts index 284be5882c21..dc8085c6efa0 100644 --- a/lib/node_modules/@stdlib/utils/async/map-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/map-keys/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/utils/async/map-values/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/map-values/docs/types/index.d.ts index 5f21a4ce964f..dc466d1f6c10 100644 --- a/lib/node_modules/@stdlib/utils/async/map-values/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/map-values/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/utils/async/none-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/none-by-right/docs/types/index.d.ts index 7dad053710c8..6ec5520afd9c 100644 --- a/lib/node_modules/@stdlib/utils/async/none-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/none-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/none-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/none-by/docs/types/index.d.ts index 095c51580b1a..a025fb80d3dd 100644 --- a/lib/node_modules/@stdlib/utils/async/none-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/none-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/utils/async/reduce-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/reduce-right/docs/types/index.d.ts index b19e44386567..6e5257a1c1d0 100644 --- a/lib/node_modules/@stdlib/utils/async/reduce-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/reduce-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/reduce/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/reduce/docs/types/index.d.ts index a2d50e36fcd7..6b21c1d615f1 100644 --- a/lib/node_modules/@stdlib/utils/async/reduce/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/reduce/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/utils/async/series-waterfall/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/series-waterfall/docs/types/index.d.ts index 039544d74cc1..2cba38ae85ea 100644 --- a/lib/node_modules/@stdlib/utils/async/series-waterfall/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/series-waterfall/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked upon completion. diff --git a/lib/node_modules/@stdlib/utils/async/some-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/some-by-right/docs/types/index.d.ts index 3211790fc1b2..917545343ff6 100644 --- a/lib/node_modules/@stdlib/utils/async/some-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/some-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/async/some-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/some-by/docs/types/index.d.ts index 7855937f20c8..91f52623482a 100644 --- a/lib/node_modules/@stdlib/utils/async/some-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/some-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/utils/async/tabulate-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/tabulate-by/docs/types/index.d.ts index a000427ca0f1..9319077c74a6 100644 --- a/lib/node_modules/@stdlib/utils/async/tabulate-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/tabulate-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/utils/async/try-catch/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/try-catch/docs/types/index.d.ts index 427795931f9d..bb68bee27023 100644 --- a/lib/node_modules/@stdlib/utils/async/try-catch/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/try-catch/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/try-then/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/try-then/docs/types/index.d.ts index 309a739cb4cf..1fac42642f2d 100644 --- a/lib/node_modules/@stdlib/utils/async/try-then/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/try-then/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/until/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/until/docs/types/index.d.ts index 27173a27588a..0273a51c1b81 100644 --- a/lib/node_modules/@stdlib/utils/async/until/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/until/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/async/while/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/async/while/docs/types/index.d.ts index b390f4cb6344..09e781eb7819 100644 --- a/lib/node_modules/@stdlib/utils/async/while/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/async/while/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback function. diff --git a/lib/node_modules/@stdlib/utils/bifurcate-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/bifurcate-by/docs/types/index.d.ts index c26c9ee20093..72cec49b6ca0 100644 --- a/lib/node_modules/@stdlib/utils/bifurcate-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/bifurcate-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/utils/bifurcate-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/bifurcate-in/docs/types/index.d.ts index b8fb8c2e5b5b..008fd9ef3cdb 100644 --- a/lib/node_modules/@stdlib/utils/bifurcate-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/bifurcate-in/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/utils/bifurcate-own/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/bifurcate-own/docs/types/index.d.ts index 85c93d6260e4..13f7819d06b6 100644 --- a/lib/node_modules/@stdlib/utils/bifurcate-own/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/bifurcate-own/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/utils/bifurcate/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/bifurcate/docs/types/index.d.ts index 84dcef330f54..d8c8aef6a29e 100644 --- a/lib/node_modules/@stdlib/utils/bifurcate/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/bifurcate/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/utils/capitalize-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/capitalize-keys/docs/types/index.d.ts index 663241d861d1..bcd676beeb88 100644 --- a/lib/node_modules/@stdlib/utils/capitalize-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/capitalize-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts the first letter of each object key to uppercase. diff --git a/lib/node_modules/@stdlib/utils/circular-buffer/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/circular-buffer/docs/types/index.d.ts index e19335565743..337708550c7e 100644 --- a/lib/node_modules/@stdlib/utils/circular-buffer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/circular-buffer/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/utils/common-keys-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/common-keys-in/docs/types/index.d.ts index 5685efe4c5d2..1be308aac842 100644 --- a/lib/node_modules/@stdlib/utils/common-keys-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/common-keys-in/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/utils/common-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/common-keys/docs/types/index.d.ts index eb23042657f7..9e3b6c612cbf 100644 --- a/lib/node_modules/@stdlib/utils/common-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/common-keys/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/utils/compact-adjacency-matrix/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/compact-adjacency-matrix/docs/types/index.d.ts index e5b2a00f9a95..da042494eab2 100644 --- a/lib/node_modules/@stdlib/utils/compact-adjacency-matrix/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/compact-adjacency-matrix/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * TODO diff --git a/lib/node_modules/@stdlib/utils/compose/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/compose/docs/types/index.d.ts index d7f6d2f5fa5f..6a4fd8f098b0 100644 --- a/lib/node_modules/@stdlib/utils/compose/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/compose/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Function composition. diff --git a/lib/node_modules/@stdlib/utils/constant-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/constant-function/docs/types/index.d.ts index 04709397df12..07d4516ddd6a 100644 --- a/lib/node_modules/@stdlib/utils/constant-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/constant-function/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Creates a function which always returns the same value. diff --git a/lib/node_modules/@stdlib/utils/constructor-name/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/constructor-name/docs/types/index.d.ts index 1f2e3754e6ab..3597dfd24620 100644 --- a/lib/node_modules/@stdlib/utils/constructor-name/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/constructor-name/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Determines the name of a value's constructor. diff --git a/lib/node_modules/@stdlib/utils/convert-path/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/convert-path/docs/types/index.d.ts index 1c624635d8a0..9bec8421e247 100644 --- a/lib/node_modules/@stdlib/utils/convert-path/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/convert-path/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts between POSIX and Windows paths. diff --git a/lib/node_modules/@stdlib/utils/copy/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/copy/docs/types/index.d.ts index b6d89edd21b7..bb41533a908b 100644 --- a/lib/node_modules/@stdlib/utils/copy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/copy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Copies or deep clones a value to an arbitrary depth. diff --git a/lib/node_modules/@stdlib/utils/count-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/count-by/docs/types/index.d.ts index a2a25f13fc28..46b48884d583 100644 --- a/lib/node_modules/@stdlib/utils/count-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/count-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/utils/curry-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/curry-right/docs/types/index.d.ts index 689a825685d6..ee0b7cebd1a5 100644 --- a/lib/node_modules/@stdlib/utils/curry-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/curry-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Curry function. diff --git a/lib/node_modules/@stdlib/utils/curry/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/curry/docs/types/index.d.ts index 541c7c9904d5..2e8a77696562 100644 --- a/lib/node_modules/@stdlib/utils/curry/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/curry/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Curry function. diff --git a/lib/node_modules/@stdlib/utils/decorate-after/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/decorate-after/docs/types/index.d.ts index e5430cd78f81..12e275b8ba3f 100644 --- a/lib/node_modules/@stdlib/utils/decorate-after/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/decorate-after/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface for decorating a provided function. diff --git a/lib/node_modules/@stdlib/utils/deep-get/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/deep-get/docs/types/index.d.ts index b101e19876e9..285b1d02fe99 100644 --- a/lib/node_modules/@stdlib/utils/deep-get/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/deep-get/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/utils/deep-pluck/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/deep-pluck/docs/types/index.d.ts index 313ff04e4c1c..3a0dfc0f709a 100644 --- a/lib/node_modules/@stdlib/utils/deep-pluck/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/deep-pluck/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/utils/deep-set/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/deep-set/docs/types/index.d.ts index 1230c6e53848..78660475158c 100644 --- a/lib/node_modules/@stdlib/utils/deep-set/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/deep-set/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/utils/define-configurable-read-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-configurable-read-only-accessor/docs/types/index.d.ts index 2016d206ff74..9ae4a47a4b53 100644 --- a/lib/node_modules/@stdlib/utils/define-configurable-read-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-configurable-read-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-configurable-read-only-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-configurable-read-only-property/docs/types/index.d.ts index c83950086f4c..696a45bfb9f3 100644 --- a/lib/node_modules/@stdlib/utils/define-configurable-read-only-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-configurable-read-only-property/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/utils/define-configurable-read-write-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-configurable-read-write-accessor/docs/types/index.d.ts index 845e6b7ae024..d17ce089627a 100644 --- a/lib/node_modules/@stdlib/utils/define-configurable-read-write-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-configurable-read-write-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-configurable-write-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-configurable-write-only-accessor/docs/types/index.d.ts index e18826b35f41..5a418d9666b6 100644 --- a/lib/node_modules/@stdlib/utils/define-configurable-write-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-configurable-write-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-memoized-configurable-read-only-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-memoized-configurable-read-only-property/docs/types/index.d.ts index 6e50592c9483..a4ca5a4d5b76 100644 --- a/lib/node_modules/@stdlib/utils/define-memoized-configurable-read-only-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-memoized-configurable-read-only-property/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/utils/define-memoized-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-memoized-property/docs/types/index.d.ts index 39434234e6ce..ca9671504870 100644 --- a/lib/node_modules/@stdlib/utils/define-memoized-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-memoized-property/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/utils/define-memoized-read-only-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-memoized-read-only-property/docs/types/index.d.ts index 782db378ce27..47715ac81066 100644 --- a/lib/node_modules/@stdlib/utils/define-memoized-read-only-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-memoized-read-only-property/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/utils/define-nonenumerable-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-nonenumerable-property/docs/types/index.d.ts index d213b050e5a0..f45f0c365bb6 100644 --- a/lib/node_modules/@stdlib/utils/define-nonenumerable-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-nonenumerable-property/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/utils/define-nonenumerable-read-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-accessor/docs/types/index.d.ts index d3e65caf6e45..2bf1c4ef2c44 100644 --- a/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-property/docs/types/index.d.ts index 8548f96ef0b3..150388b2058b 100644 --- a/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-only-property/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/utils/define-nonenumerable-read-write-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-write-accessor/docs/types/index.d.ts index 9ea42febdf5e..5a7cb05c3e67 100644 --- a/lib/node_modules/@stdlib/utils/define-nonenumerable-read-write-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-nonenumerable-read-write-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-nonenumerable-write-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-nonenumerable-write-only-accessor/docs/types/index.d.ts index dd02ff40420e..829e6e7a9f56 100644 --- a/lib/node_modules/@stdlib/utils/define-nonenumerable-write-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-nonenumerable-write-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-properties/docs/types/index.d.ts index 944604e4085b..8fe8d8c8c3d9 100644 --- a/lib/node_modules/@stdlib/utils/define-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Defines (and/or modifies) object properties. diff --git a/lib/node_modules/@stdlib/utils/define-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-property/docs/types/index.d.ts index 24d2305ea59f..360ef8ae8f8c 100644 --- a/lib/node_modules/@stdlib/utils/define-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-property/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/utils/define-read-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-read-only-accessor/docs/types/index.d.ts index e16cee59d4b3..b2a26ca0dbe1 100644 --- a/lib/node_modules/@stdlib/utils/define-read-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-read-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-read-only-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-read-only-property/docs/types/index.d.ts index 0ef56446d7e5..b3e43bc05220 100644 --- a/lib/node_modules/@stdlib/utils/define-read-only-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-read-only-property/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/utils/define-read-write-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-read-write-accessor/docs/types/index.d.ts index 3926198f15a4..1611b7484fff 100644 --- a/lib/node_modules/@stdlib/utils/define-read-write-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-read-write-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/define-write-only-accessor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/define-write-only-accessor/docs/types/index.d.ts index dca27c3adaee..4251fc461453 100644 --- a/lib/node_modules/@stdlib/utils/define-write-only-accessor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/define-write-only-accessor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/dirname/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/dirname/docs/types/index.d.ts index 3e593efbe801..334db3db2aa3 100644 --- a/lib/node_modules/@stdlib/utils/dirname/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/dirname/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a path dirname. diff --git a/lib/node_modules/@stdlib/utils/do-until-each-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-until-each-right/docs/types/index.d.ts index 137a09e4374d..279a17acad41 100644 --- a/lib/node_modules/@stdlib/utils/do-until-each-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-until-each-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/do-until-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-until-each/docs/types/index.d.ts index 0d395cb5d488..3cd98307d057 100644 --- a/lib/node_modules/@stdlib/utils/do-until-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-until-each/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/utils/do-until/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-until/docs/types/index.d.ts index 90c5da7fa744..d45d582de5dc 100644 --- a/lib/node_modules/@stdlib/utils/do-until/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-until/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Checks whether an iteration number passes a test. diff --git a/lib/node_modules/@stdlib/utils/do-while-each-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-while-each-right/docs/types/index.d.ts index 6125374732e1..2d04f9f45544 100644 --- a/lib/node_modules/@stdlib/utils/do-while-each-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-while-each-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/do-while-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-while-each/docs/types/index.d.ts index 8b8499981877..1e7700e0becd 100644 --- a/lib/node_modules/@stdlib/utils/do-while-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-while-each/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/utils/do-while/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/do-while/docs/types/index.d.ts index 5c0f3e3903d8..7573f7f4b423 100644 --- a/lib/node_modules/@stdlib/utils/do-while/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/do-while/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Checks whether an iteration number passes a test. diff --git a/lib/node_modules/@stdlib/utils/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/docs/types/index.d.ts index affa0b11f258..72cf88a02776 100644 --- a/lib/node_modules/@stdlib/utils/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/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/utils/doubly-linked-list/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/doubly-linked-list/docs/types/index.d.ts index 77a4c3e109b2..75c59258fa55 100644 --- a/lib/node_modules/@stdlib/utils/doubly-linked-list/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/doubly-linked-list/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:max-classes-per-file diff --git a/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts index e37d6cc5a5ae..fb27de321480 100644 --- a/lib/node_modules/@stdlib/utils/dsv/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/dsv/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/utils/dsv/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/dsv/docs/types/index.d.ts index e09c29a3d065..cfa3cab15eb9 100644 --- a/lib/node_modules/@stdlib/utils/dsv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/dsv/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/utils/entries-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/entries-in/docs/types/index.d.ts index be0ab25d17bc..88c08549fc27 100644 --- a/lib/node_modules/@stdlib/utils/entries-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/entries-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Two-element array holding a `key` and corresponding `value`. diff --git a/lib/node_modules/@stdlib/utils/entries/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/entries/docs/types/index.d.ts index 199dcd112df0..9d06f06d7177 100644 --- a/lib/node_modules/@stdlib/utils/entries/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/entries/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Two-element array holding a `key` and corresponding `value`. diff --git a/lib/node_modules/@stdlib/utils/enumerable-properties-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/enumerable-properties-in/docs/types/index.d.ts index 0cd957684ef1..ed0981af3959 100644 --- a/lib/node_modules/@stdlib/utils/enumerable-properties-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/enumerable-properties-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/enumerable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/enumerable-properties/docs/types/index.d.ts index cee1e4e75151..99645046a665 100644 --- a/lib/node_modules/@stdlib/utils/enumerable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/enumerable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/enumerable-property-symbols-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/enumerable-property-symbols-in/docs/types/index.d.ts index 627494b721a4..a100a78e74da 100644 --- a/lib/node_modules/@stdlib/utils/enumerable-property-symbols-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/enumerable-property-symbols-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/enumerable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/enumerable-property-symbols/docs/types/index.d.ts index a01a74b5cea4..25ff26c03bd7 100644 --- a/lib/node_modules/@stdlib/utils/enumerable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/enumerable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/escape-regexp-string/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/escape-regexp-string/docs/types/index.d.ts index 67c4af45ab53..924517562396 100644 --- a/lib/node_modules/@stdlib/utils/escape-regexp-string/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/escape-regexp-string/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Escapes a regular expression string. diff --git a/lib/node_modules/@stdlib/utils/eval/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/eval/docs/types/index.d.ts index 5f12d4453fd0..cb66035b1da7 100644 --- a/lib/node_modules/@stdlib/utils/eval/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/eval/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Alias for `eval` global. diff --git a/lib/node_modules/@stdlib/utils/every-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/every-by-right/docs/types/index.d.ts index ab804ca04bc4..025359863be8 100644 --- a/lib/node_modules/@stdlib/utils/every-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/every-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/every-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/every-by/docs/types/index.d.ts index e21e9afef9ea..f6bb4eac6c34 100644 --- a/lib/node_modules/@stdlib/utils/every-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/every-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/utils/extname/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/extname/docs/types/index.d.ts index 86088b444d99..99659e6bb111 100644 --- a/lib/node_modules/@stdlib/utils/extname/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/extname/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a filename extension. diff --git a/lib/node_modules/@stdlib/utils/fifo/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/fifo/docs/types/index.d.ts index 32289a14c45a..f8d54c6d8376 100644 --- a/lib/node_modules/@stdlib/utils/fifo/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/fifo/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/utils/filter-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/filter-arguments/docs/types/index.d.ts index 85306774d9b1..b6acae909fcc 100644 --- a/lib/node_modules/@stdlib/utils/filter-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/filter-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function that applies arguments to a provided function according to a predicate function. diff --git a/lib/node_modules/@stdlib/utils/find/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/find/docs/types/index.d.ts index 1b16acd7c993..c8c4938986df 100644 --- a/lib/node_modules/@stdlib/utils/find/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/find/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/utils/flatten-array/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/flatten-array/docs/types/index.d.ts index 1841cb01cbfd..08b132c7b115 100644 --- a/lib/node_modules/@stdlib/utils/flatten-array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/flatten-array/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/flatten-object/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/flatten-object/docs/types/index.d.ts index 3b88d8b4971d..aa84daf62eb5 100644 --- a/lib/node_modules/@stdlib/utils/flatten-object/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/flatten-object/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 interface Options { /** diff --git a/lib/node_modules/@stdlib/utils/for-each-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/for-each-right/docs/types/index.d.ts index 34688befe2b0..5cac45c1ac2b 100644 --- a/lib/node_modules/@stdlib/utils/for-each-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/for-each-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/for-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/for-each/docs/types/index.d.ts index 16fbd8e1bd45..8d5dbf3dcd30 100644 --- a/lib/node_modules/@stdlib/utils/for-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/for-each/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/utils/for-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/for-in/docs/types/index.d.ts index 06b089fe156a..eba0c4261d6a 100644 --- a/lib/node_modules/@stdlib/utils/for-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/for-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Invokes a function once for each own and inherited enumerable property of an object. diff --git a/lib/node_modules/@stdlib/utils/for-own/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/for-own/docs/types/index.d.ts index a9d7fb706bd7..aeb8a7aabf2c 100644 --- a/lib/node_modules/@stdlib/utils/for-own/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/for-own/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Invokes a function once for each own enumerable property of an object. diff --git a/lib/node_modules/@stdlib/utils/from-entries/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/from-entries/docs/types/index.d.ts index f2e4bab528ab..a5674b6735c8 100644 --- a/lib/node_modules/@stdlib/utils/from-entries/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/from-entries/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Creates an object from an array of key-value pairs. diff --git a/lib/node_modules/@stdlib/utils/function-name/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/function-name/docs/types/index.d.ts index 714e55eddb1f..9e61a2c81b02 100644 --- a/lib/node_modules/@stdlib/utils/function-name/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/function-name/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the name of a function. diff --git a/lib/node_modules/@stdlib/utils/function-sequence/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/function-sequence/docs/types/index.d.ts index a3d0cc618881..de2f519e5fe7 100644 --- a/lib/node_modules/@stdlib/utils/function-sequence/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/function-sequence/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a pipeline function. diff --git a/lib/node_modules/@stdlib/utils/get-prototype-of/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/get-prototype-of/docs/types/index.d.ts index dbb968071330..6f2aeee132e9 100644 --- a/lib/node_modules/@stdlib/utils/get-prototype-of/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/get-prototype-of/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the prototype of a provided object. diff --git a/lib/node_modules/@stdlib/utils/global/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/global/docs/types/index.d.ts index 30b04cd78552..54c0e4afae95 100644 --- a/lib/node_modules/@stdlib/utils/global/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/global/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the global object. diff --git a/lib/node_modules/@stdlib/utils/group-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/group-by/docs/types/index.d.ts index 86dac69801ff..83693e42bbaa 100644 --- a/lib/node_modules/@stdlib/utils/group-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/group-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/utils/group-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/group-in/docs/types/index.d.ts index 25b533e4bef8..badbd9d2cb0a 100644 --- a/lib/node_modules/@stdlib/utils/group-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/group-in/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/utils/group-own/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/group-own/docs/types/index.d.ts index 0a4aae649f76..0c992bae42c1 100644 --- a/lib/node_modules/@stdlib/utils/group-own/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/group-own/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/utils/group/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/group/docs/types/index.d.ts index 02dbcaf6c562..0009b6a58389 100644 --- a/lib/node_modules/@stdlib/utils/group/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/group/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/utils/identity-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/identity-function/docs/types/index.d.ts index b19c8f114e34..d9cecb5d581d 100644 --- a/lib/node_modules/@stdlib/utils/identity-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/identity-function/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Identity function. diff --git a/lib/node_modules/@stdlib/utils/if-else/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/if-else/docs/types/index.d.ts index 0bff955433e6..ed3d7c47a1fa 100644 --- a/lib/node_modules/@stdlib/utils/if-else/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/if-else/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * If a condition is truthy, returns `x`; otherwise, returns `y`. diff --git a/lib/node_modules/@stdlib/utils/if-then/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/if-then/docs/types/index.d.ts index f69793cce981..2c3ba4c9bb0c 100644 --- a/lib/node_modules/@stdlib/utils/if-then/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/if-then/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * If a condition is truthy, invokes `x`; otherwise, invokes `y`. diff --git a/lib/node_modules/@stdlib/utils/inherit/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherit/docs/types/index.d.ts index b787671fdef0..3f17281a5915 100644 --- a/lib/node_modules/@stdlib/utils/inherit/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherit/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Implements prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor. diff --git a/lib/node_modules/@stdlib/utils/inherited-enumerable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-enumerable-properties/docs/types/index.d.ts index 256fc303776f..0363ab390744 100644 --- a/lib/node_modules/@stdlib/utils/inherited-enumerable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-enumerable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/inherited-enumerable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-enumerable-property-symbols/docs/types/index.d.ts index ff57274c64e7..a96146346450 100644 --- a/lib/node_modules/@stdlib/utils/inherited-enumerable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-enumerable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/inherited-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-keys/docs/types/index.d.ts index 2e0a2b6e01c4..eea680b3dd58 100644 --- a/lib/node_modules/@stdlib/utils/inherited-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-properties/docs/types/index.d.ts index 8c176de8decf..421bf371cbeb 100644 --- a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited non-enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-names/docs/types/index.d.ts index 23d6ad30fd6a..3bc47091eb73 100644 --- a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-symbols/docs/types/index.d.ts index c4048770937e..02ebc7584fbd 100644 --- a/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-nonenumerable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited non-enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/inherited-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-properties/docs/types/index.d.ts index 0d4b35b45a4c..8bac0d6ae48c 100644 --- a/lib/node_modules/@stdlib/utils/inherited-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/inherited-property-descriptor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-property-descriptor/docs/types/index.d.ts index 52bae93ebcc3..00bd602129b5 100644 --- a/lib/node_modules/@stdlib/utils/inherited-property-descriptor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-property-descriptor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a property descriptor for an object's inherited property. diff --git a/lib/node_modules/@stdlib/utils/inherited-property-descriptors/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-property-descriptors/docs/types/index.d.ts index 12a06e2bc06a..361f6c0ffef2 100644 --- a/lib/node_modules/@stdlib/utils/inherited-property-descriptors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-property-descriptors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an object's inherited property descriptors. diff --git a/lib/node_modules/@stdlib/utils/inherited-property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-property-names/docs/types/index.d.ts index 462aa51555df..d5c1375ede87 100644 --- a/lib/node_modules/@stdlib/utils/inherited-property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited enumerable and non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/inherited-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-property-symbols/docs/types/index.d.ts index 8aa1086f554a..ad58d0deae66 100644 --- a/lib/node_modules/@stdlib/utils/inherited-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited symbol properties. diff --git a/lib/node_modules/@stdlib/utils/inherited-writable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-writable-properties/docs/types/index.d.ts index 8dbdafee379f..d1f9770c5897 100644 --- a/lib/node_modules/@stdlib/utils/inherited-writable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-writable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited writable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/inherited-writable-property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-writable-property-names/docs/types/index.d.ts index d4af057d5b43..771bc2cbd67f 100644 --- a/lib/node_modules/@stdlib/utils/inherited-writable-property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-writable-property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited writable property names. diff --git a/lib/node_modules/@stdlib/utils/inherited-writable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inherited-writable-property-symbols/docs/types/index.d.ts index 61cc4f4800e6..46ab7e001396 100644 --- a/lib/node_modules/@stdlib/utils/inherited-writable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inherited-writable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's inherited writable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/inmap-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inmap-right/docs/types/index.d.ts index 176e03016282..372118452249 100644 --- a/lib/node_modules/@stdlib/utils/inmap-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inmap-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/inmap/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/inmap/docs/types/index.d.ts index 5be4ad0eb7fb..83862e63d7e7 100644 --- a/lib/node_modules/@stdlib/utils/inmap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/inmap/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/utils/key-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/key-by-right/docs/types/index.d.ts index 34803db88300..97a7751d6532 100644 --- a/lib/node_modules/@stdlib/utils/key-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/key-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/keys-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/keys-in/docs/types/index.d.ts index 5c118e84b4f9..abbb831b7230 100644 --- a/lib/node_modules/@stdlib/utils/keys-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/keys-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/keys/docs/types/index.d.ts index 54b1e4b7a552..ead5e0094f8f 100644 --- a/lib/node_modules/@stdlib/utils/keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/library-manifest/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/library-manifest/docs/types/index.d.ts index 82646aa8cd82..2248684cf970 100644 --- a/lib/node_modules/@stdlib/utils/library-manifest/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/library-manifest/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/utils/linked-list/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/linked-list/docs/types/index.d.ts index 67d903297a1b..7fb642f82d7b 100644 --- a/lib/node_modules/@stdlib/utils/linked-list/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/linked-list/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:max-classes-per-file diff --git a/lib/node_modules/@stdlib/utils/lowercase-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/lowercase-keys/docs/types/index.d.ts index 7ab72040e7d7..7eba790e877a 100644 --- a/lib/node_modules/@stdlib/utils/lowercase-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/lowercase-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts each object key to lowercase. diff --git a/lib/node_modules/@stdlib/utils/map-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-arguments/docs/types/index.d.ts index 1ea5f1ed3d46..f6f7871730bb 100644 --- a/lib/node_modules/@stdlib/utils/map-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function that applies arguments to a provided function after transforming arguments according to a callback function. diff --git a/lib/node_modules/@stdlib/utils/map-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-function/docs/types/index.d.ts index 97b25a3ddc80..9ca9a4e39239 100644 --- a/lib/node_modules/@stdlib/utils/map-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-function/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Invoked function. diff --git a/lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts index 1b28368b2d10..141a618c455e 100644 --- a/lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an object key. diff --git a/lib/node_modules/@stdlib/utils/map-reduce-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-reduce-right/docs/types/index.d.ts index a2eace0e1986..8088be1b1051 100644 --- a/lib/node_modules/@stdlib/utils/map-reduce-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-reduce-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/map-reduce/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-reduce/docs/types/index.d.ts index f9af856259de..19ce88919e38 100644 --- a/lib/node_modules/@stdlib/utils/map-reduce/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-reduce/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/utils/map-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts index 16c41584dbf7..71f2a36c7975 100644 --- a/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/map-values/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-values/docs/types/index.d.ts index 399f513c0cbe..e41a9c5d5641 100644 --- a/lib/node_modules/@stdlib/utils/map-values/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-values/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an object value. diff --git a/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts index 3607cb8e371d..83bd4d17920d 100644 --- a/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map/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/utils/map2-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map2-right/docs/types/index.d.ts index 4b58ab9458c7..80c737ffa1ce 100644 --- a/lib/node_modules/@stdlib/utils/map2-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map2-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/map2/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map2/docs/types/index.d.ts index c526364b50da..6e3902020e87 100644 --- a/lib/node_modules/@stdlib/utils/map2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map2/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/utils/map2d/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map2d/docs/types/index.d.ts index fa850d520d9f..382d143126fb 100644 --- a/lib/node_modules/@stdlib/utils/map2d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map2d/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/utils/map3d/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map3d/docs/types/index.d.ts index fbc9c7a330a8..098cb45f76dc 100644 --- a/lib/node_modules/@stdlib/utils/map3d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map3d/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/utils/map4d/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map4d/docs/types/index.d.ts index f6147e9ec9a7..3e6f9d7ddb7d 100644 --- a/lib/node_modules/@stdlib/utils/map4d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map4d/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/utils/map5d/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map5d/docs/types/index.d.ts index 8376bf874ae2..604368b7c3e1 100644 --- a/lib/node_modules/@stdlib/utils/map5d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map5d/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/utils/memoize/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/memoize/docs/types/index.d.ts index 6814861a387e..169eec65cecb 100644 --- a/lib/node_modules/@stdlib/utils/memoize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/memoize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a memoized function. diff --git a/lib/node_modules/@stdlib/utils/merge/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/merge/docs/types/index.d.ts index c58c2c8d5fd9..d83ad72753e6 100644 --- a/lib/node_modules/@stdlib/utils/merge/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/merge/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/utils/move-property/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/move-property/docs/types/index.d.ts index 23766f7944ee..3dd41d6bbfc8 100644 --- a/lib/node_modules/@stdlib/utils/move-property/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/move-property/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Moves a property from one object to another object. diff --git a/lib/node_modules/@stdlib/utils/named-typed-tuple/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/named-typed-tuple/docs/types/index.d.ts index 7a6d59f9ee6e..aeb8bc8b0590 100644 --- a/lib/node_modules/@stdlib/utils/named-typed-tuple/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/named-typed-tuple/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:max-file-line-count diff --git a/lib/node_modules/@stdlib/utils/nary-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nary-function/docs/types/index.d.ts index 941735bc19d8..347d8d29a8a3 100644 --- a/lib/node_modules/@stdlib/utils/nary-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nary-function/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/utils/native-class/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/native-class/docs/types/index.d.ts index a6d8ef350794..4cf07c525d35 100644 --- a/lib/node_modules/@stdlib/utils/native-class/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/native-class/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a string value indicating a specification defined classification (via the internal property `[[Class]]`) of an object. diff --git a/lib/node_modules/@stdlib/utils/next-tick/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/next-tick/docs/types/index.d.ts index 54448b152d3f..e200d43d0ea5 100644 --- a/lib/node_modules/@stdlib/utils/next-tick/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/next-tick/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Adds a callback to the "next tick queue". diff --git a/lib/node_modules/@stdlib/utils/none-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/none-by-right/docs/types/index.d.ts index f9d9b1520aaa..e4d8b762d1f1 100644 --- a/lib/node_modules/@stdlib/utils/none-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/none-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/none-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/none-by/docs/types/index.d.ts index 4baa67026867..f897cc734a4d 100644 --- a/lib/node_modules/@stdlib/utils/none-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/none-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/utils/nonenumerable-properties-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-properties-in/docs/types/index.d.ts index 11b29a9d8bd8..1a2fc7e45df2 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-properties-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-properties-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited non-enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/nonenumerable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-properties/docs/types/index.d.ts index eebf6a795a1f..7a02075fcfb7 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own non-enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/nonenumerable-property-names-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-property-names-in/docs/types/index.d.ts index 0e04604d0daf..7c1f865f7c17 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-property-names-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-property-names-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/nonenumerable-property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-property-names/docs/types/index.d.ts index 39cffbec9ba7..89c178839454 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols-in/docs/types/index.d.ts index bf518c48cd93..4ab06a79a135 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited non-enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols/docs/types/index.d.ts index 1c2fa0320f0a..5efe0b3997bc 100644 --- a/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonenumerable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own non-enumerable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/nonindex-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/nonindex-keys/docs/types/index.d.ts index 4842897da68b..cb10948c2668 100644 --- a/lib/node_modules/@stdlib/utils/nonindex-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/nonindex-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable property names which are not integer indices. diff --git a/lib/node_modules/@stdlib/utils/noop/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/noop/docs/types/index.d.ts index 84bd7f76dbee..4afbbf45ac97 100644 --- a/lib/node_modules/@stdlib/utils/noop/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/noop/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * A function which does nothing. diff --git a/lib/node_modules/@stdlib/utils/object-inverse-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/object-inverse-by/docs/types/index.d.ts index 5950c94e2b35..30103c71ece8 100644 --- a/lib/node_modules/@stdlib/utils/object-inverse-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/object-inverse-by/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/utils/object-inverse/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/object-inverse/docs/types/index.d.ts index 2a35331747d0..1ed4fb05c21a 100644 --- a/lib/node_modules/@stdlib/utils/object-inverse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/object-inverse/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 interface Options { /** diff --git a/lib/node_modules/@stdlib/utils/omit-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/omit-by/docs/types/index.d.ts index ed183e662681..0d3064ca668d 100644 --- a/lib/node_modules/@stdlib/utils/omit-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/omit-by/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Checks whether an iterated property passes a test. diff --git a/lib/node_modules/@stdlib/utils/open-url/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/open-url/docs/types/index.d.ts index 28560cf0d806..68d03ac894de 100644 --- a/lib/node_modules/@stdlib/utils/open-url/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/open-url/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Opens a URL. diff --git a/lib/node_modules/@stdlib/utils/papply-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/papply-right/docs/types/index.d.ts index 5c9d3f7d53e0..61195ca91bb1 100644 --- a/lib/node_modules/@stdlib/utils/papply-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/papply-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Partially applied function. diff --git a/lib/node_modules/@stdlib/utils/papply/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/papply/docs/types/index.d.ts index 740f97f0b57b..9fe9da46abd8 100644 --- a/lib/node_modules/@stdlib/utils/papply/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/papply/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Partially applied function. diff --git a/lib/node_modules/@stdlib/utils/parallel/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/parallel/docs/types/index.d.ts index 73607ce18073..63995459bd8a 100644 --- a/lib/node_modules/@stdlib/utils/parallel/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/parallel/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/utils/parse-json/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/parse-json/docs/types/index.d.ts index 58a0de561d3f..af16490e18fb 100644 --- a/lib/node_modules/@stdlib/utils/parse-json/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/parse-json/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Attempts to parse a string as JSON. diff --git a/lib/node_modules/@stdlib/utils/pick-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/pick-arguments/docs/types/index.d.ts index 07ac3138e81c..5f01dd9faa4b 100644 --- a/lib/node_modules/@stdlib/utils/pick-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/pick-arguments/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/utils/pick/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/pick/docs/types/index.d.ts index 8ce0046742e9..8a5cd6bf6af8 100644 --- a/lib/node_modules/@stdlib/utils/pick/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/pick/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a partial object copy containing only specified keys. diff --git a/lib/node_modules/@stdlib/utils/pluck/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/pluck/docs/types/index.d.ts index a7e8e16dc668..38513947a9aa 100644 --- a/lib/node_modules/@stdlib/utils/pluck/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/pluck/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/utils/properties-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/properties-in/docs/types/index.d.ts index 6c7cdac9519e..29c08bbc6f74 100644 --- a/lib/node_modules/@stdlib/utils/properties-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/properties-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/properties/docs/types/index.d.ts index d07e77c8f380..c71f56199b79 100644 --- a/lib/node_modules/@stdlib/utils/properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable and non-enumerable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/property-descriptor-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-descriptor-in/docs/types/index.d.ts index 83db11cd65d3..09733b9e86da 100644 --- a/lib/node_modules/@stdlib/utils/property-descriptor-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-descriptor-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a property descriptor for an object's own or inherited property. diff --git a/lib/node_modules/@stdlib/utils/property-descriptor/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-descriptor/docs/types/index.d.ts index aea58e3e900c..c714be388c57 100644 --- a/lib/node_modules/@stdlib/utils/property-descriptor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-descriptor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a property descriptor for an object's own property. diff --git a/lib/node_modules/@stdlib/utils/property-descriptors-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-descriptors-in/docs/types/index.d.ts index 467ccf0dcf2e..3955294ff97c 100644 --- a/lib/node_modules/@stdlib/utils/property-descriptors-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-descriptors-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an object's own and inherited property descriptors. diff --git a/lib/node_modules/@stdlib/utils/property-descriptors/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-descriptors/docs/types/index.d.ts index c951e6417873..d9db44970fe2 100644 --- a/lib/node_modules/@stdlib/utils/property-descriptors/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-descriptors/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an object's own property descriptors. diff --git a/lib/node_modules/@stdlib/utils/property-names-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-names-in/docs/types/index.d.ts index 3343f17485a3..ed8bf0da946e 100644 --- a/lib/node_modules/@stdlib/utils/property-names-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-names-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited enumerable and non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-names/docs/types/index.d.ts index ae67132498a6..2381d5734456 100644 --- a/lib/node_modules/@stdlib/utils/property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own enumerable and non-enumerable property names. diff --git a/lib/node_modules/@stdlib/utils/property-symbols-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-symbols-in/docs/types/index.d.ts index 57d25bdacb46..17ca5e5b2eb0 100644 --- a/lib/node_modules/@stdlib/utils/property-symbols-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-symbols-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited symbol properties. diff --git a/lib/node_modules/@stdlib/utils/property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/property-symbols/docs/types/index.d.ts index 10f4dfd3a7c5..ad9562534d21 100644 --- a/lib/node_modules/@stdlib/utils/property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own symbol properties. diff --git a/lib/node_modules/@stdlib/utils/real-max/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/real-max/docs/types/index.d.ts index 6e417b24bf2b..9d00f8b17ff5 100644 --- a/lib/node_modules/@stdlib/utils/real-max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/real-max/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum finite value capable of being represented by a numeric real type. diff --git a/lib/node_modules/@stdlib/utils/real-min/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/real-min/docs/types/index.d.ts index 27dcd948bc83..b7ffe6e7d5d1 100644 --- a/lib/node_modules/@stdlib/utils/real-min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/real-min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the smallest positive normal value capable of being represented by a numeric real type. diff --git a/lib/node_modules/@stdlib/utils/reduce-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reduce-right/docs/types/index.d.ts index 5127a213f9c1..96585727b30a 100644 --- a/lib/node_modules/@stdlib/utils/reduce-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reduce-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/reduce/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reduce/docs/types/index.d.ts index 6be756465db7..eb6d147d3364 100644 --- a/lib/node_modules/@stdlib/utils/reduce/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reduce/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/utils/reduce2d/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reduce2d/docs/types/index.d.ts index 7cd72c8a05d8..e21b5b50ce7e 100644 --- a/lib/node_modules/@stdlib/utils/reduce2d/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reduce2d/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/utils/regexp-from-string/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/regexp-from-string/docs/types/index.d.ts index d94891d04192..5a08531ff6ee 100644 --- a/lib/node_modules/@stdlib/utils/regexp-from-string/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/regexp-from-string/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Parses a regular expression string and returns a new regular expression. diff --git a/lib/node_modules/@stdlib/utils/reject-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reject-arguments/docs/types/index.d.ts index 3de81681767b..20682ff3784a 100644 --- a/lib/node_modules/@stdlib/utils/reject-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reject-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function that applies arguments to a provided function according to a predicate function. diff --git a/lib/node_modules/@stdlib/utils/reorder-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reorder-arguments/docs/types/index.d.ts index 987cb602fd71..30be8eaa25a7 100644 --- a/lib/node_modules/@stdlib/utils/reorder-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reorder-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function that invokes a provided function with reordered arguments. diff --git a/lib/node_modules/@stdlib/utils/reverse-arguments/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/reverse-arguments/docs/types/index.d.ts index 6e2b865345da..2c8e6c8a5146 100644 --- a/lib/node_modules/@stdlib/utils/reverse-arguments/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/reverse-arguments/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a function that invokes a provided function with arguments in reverse order. diff --git a/lib/node_modules/@stdlib/utils/safe-int-max/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/safe-int-max/docs/types/index.d.ts index 10d5cbc598b1..ac1de8c76bf7 100644 --- a/lib/node_modules/@stdlib/utils/safe-int-max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/safe-int-max/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum safe integer capable of being represented by a numeric real type. diff --git a/lib/node_modules/@stdlib/utils/safe-int-min/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/safe-int-min/docs/types/index.d.ts index 045e85762a16..b6545a2b4860 100644 --- a/lib/node_modules/@stdlib/utils/safe-int-min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/safe-int-min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum safe integer capable of being represented by a numeric real type. diff --git a/lib/node_modules/@stdlib/utils/size-of/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/size-of/docs/types/index.d.ts index cdbb5cdbd9b4..4b5d835575f3 100644 --- a/lib/node_modules/@stdlib/utils/size-of/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/size-of/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the size (in bytes) of the canonical binary representation of a specified numeric type. diff --git a/lib/node_modules/@stdlib/utils/some-by-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/some-by-right/docs/types/index.d.ts index a47a5a67cc9c..58f7f9497956 100644 --- a/lib/node_modules/@stdlib/utils/some-by-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/some-by-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/utils/some-by/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/some-by/docs/types/index.d.ts index e4d2f00e6048..21ca54da1ec3 100644 --- a/lib/node_modules/@stdlib/utils/some-by/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/some-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/utils/stack/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/stack/docs/types/index.d.ts index 9155b5b40d07..24e2c1d87300 100644 --- a/lib/node_modules/@stdlib/utils/stack/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/stack/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/utils/thunk/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/thunk/docs/types/index.d.ts index cc40a9012863..2a19492ee554 100644 --- a/lib/node_modules/@stdlib/utils/thunk/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/thunk/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a thunk. diff --git a/lib/node_modules/@stdlib/utils/timeit/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/timeit/docs/types/index.d.ts index 406843540a1a..9a0a5895822b 100644 --- a/lib/node_modules/@stdlib/utils/timeit/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/timeit/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/utils/try-catch/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/try-catch/docs/types/index.d.ts index 3350cedad8cb..80c97bee91e1 100644 --- a/lib/node_modules/@stdlib/utils/try-catch/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/try-catch/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * If a function does not throw, returns the function return value; otherwise, returns `y`. diff --git a/lib/node_modules/@stdlib/utils/try-function/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/try-function/docs/types/index.d.ts index 87148943c0b0..7dcba0267e19 100644 --- a/lib/node_modules/@stdlib/utils/try-function/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/try-function/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Wraps a function in a try/catch block. diff --git a/lib/node_modules/@stdlib/utils/try-require/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/try-require/docs/types/index.d.ts index c1a1e9545fce..354c2f82da84 100644 --- a/lib/node_modules/@stdlib/utils/try-require/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/try-require/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Wraps `require` in a try/catch block. diff --git a/lib/node_modules/@stdlib/utils/try-then/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/try-then/docs/types/index.d.ts index fc52b789d1db..70817869d02b 100644 --- a/lib/node_modules/@stdlib/utils/try-then/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/try-then/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Function invoked if initial function throws an error. diff --git a/lib/node_modules/@stdlib/utils/type-max/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/type-max/docs/types/index.d.ts index d0acc63f5c04..905cb9cc54ab 100644 --- a/lib/node_modules/@stdlib/utils/type-max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/type-max/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum value of a specified numeric type. diff --git a/lib/node_modules/@stdlib/utils/type-min/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/type-min/docs/types/index.d.ts index 300c83645ca7..b66cd9b322ac 100644 --- a/lib/node_modules/@stdlib/utils/type-min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/type-min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum value of a specified numeric type. diff --git a/lib/node_modules/@stdlib/utils/type-of/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/type-of/docs/types/index.d.ts index 0fc772e43780..482e5ffb8580 100644 --- a/lib/node_modules/@stdlib/utils/type-of/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/type-of/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Determines a value's type. diff --git a/lib/node_modules/@stdlib/utils/uncapitalize-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/uncapitalize-keys/docs/types/index.d.ts index 758bcbe3902f..7cf075148558 100644 --- a/lib/node_modules/@stdlib/utils/uncapitalize-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/uncapitalize-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts the first letter of each object key to lowercase. diff --git a/lib/node_modules/@stdlib/utils/uncurry-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/uncurry-right/docs/types/index.d.ts index 1a77fd915a56..5c55daadc54a 100644 --- a/lib/node_modules/@stdlib/utils/uncurry-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/uncurry-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Uncurried function. diff --git a/lib/node_modules/@stdlib/utils/uncurry/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/uncurry/docs/types/index.d.ts index fbf2204bbb96..350cc66c286c 100644 --- a/lib/node_modules/@stdlib/utils/uncurry/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/uncurry/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Uncurried function. diff --git a/lib/node_modules/@stdlib/utils/until/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/until/docs/types/index.d.ts index 5f1211a92bf4..6257fed94258 100644 --- a/lib/node_modules/@stdlib/utils/until/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/until/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Checks whether an iteration number passes a test. diff --git a/lib/node_modules/@stdlib/utils/unzip/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/unzip/docs/types/index.d.ts index 9cea386da00a..c32f20b84536 100644 --- a/lib/node_modules/@stdlib/utils/unzip/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/unzip/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/utils/uppercase-keys/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/uppercase-keys/docs/types/index.d.ts index f0a425b9492c..5725878a5238 100644 --- a/lib/node_modules/@stdlib/utils/uppercase-keys/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/uppercase-keys/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts each object key to uppercase. diff --git a/lib/node_modules/@stdlib/utils/values-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/values-in/docs/types/index.d.ts index faea75b89c7a..7027b62f3f54 100644 --- a/lib/node_modules/@stdlib/utils/values-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/values-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited enumerable property values. diff --git a/lib/node_modules/@stdlib/utils/writable-properties-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-properties-in/docs/types/index.d.ts index fec587dc9d85..8bb533ad8cbf 100644 --- a/lib/node_modules/@stdlib/utils/writable-properties-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-properties-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited writable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/writable-properties/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-properties/docs/types/index.d.ts index 2e9f743b6edd..67bfd38a105e 100644 --- a/lib/node_modules/@stdlib/utils/writable-properties/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-properties/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own writable property names and symbols. diff --git a/lib/node_modules/@stdlib/utils/writable-property-names-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-property-names-in/docs/types/index.d.ts index fc7214231955..503b48bf3b9a 100644 --- a/lib/node_modules/@stdlib/utils/writable-property-names-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-property-names-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited writable property names. diff --git a/lib/node_modules/@stdlib/utils/writable-property-names/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-property-names/docs/types/index.d.ts index 6e7fa80e45de..f5e77a79e890 100644 --- a/lib/node_modules/@stdlib/utils/writable-property-names/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-property-names/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own writable property names. diff --git a/lib/node_modules/@stdlib/utils/writable-property-symbols-in/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-property-symbols-in/docs/types/index.d.ts index 6e3b268ee3b6..9b49e8f222cd 100644 --- a/lib/node_modules/@stdlib/utils/writable-property-symbols-in/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-property-symbols-in/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own and inherited writable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/writable-property-symbols/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/writable-property-symbols/docs/types/index.d.ts index d1e80161d86b..61a3ad7b08ea 100644 --- a/lib/node_modules/@stdlib/utils/writable-property-symbols/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/writable-property-symbols/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an array of an object's own writable symbol properties. diff --git a/lib/node_modules/@stdlib/utils/zip/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/zip/docs/types/index.d.ts index 2e3c85b071d4..351afaf95e1e 100644 --- a/lib/node_modules/@stdlib/utils/zip/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/zip/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 ///