From 3573d92955f1150eae58fb534808b7a30532a1c1 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Fri, 18 Aug 2023 20:23:27 -0400 Subject: [PATCH] feat!: update minimum TypeScript version --- lib/node_modules/@stdlib/string/acronym/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/camelcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/capitalize/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/code-point-at/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/constantcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/distances/docs/types/index.d.ts | 2 +- .../string/base/distances/levenshtein/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/base/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/dotcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/ends-with/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/first-code-point/docs/types/index.d.ts | 2 +- .../string/base/first-grapheme-cluster/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/first/docs/types/index.d.ts | 2 +- .../string/base/for-each-code-point/docs/types/index.d.ts | 2 +- .../string/base/for-each-grapheme-cluster/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/for-each/docs/types/index.d.ts | 2 +- .../string/base/format-interpolate/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/format-tokenize/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/headercase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/invcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/kebabcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/left-pad/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/left-trim/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/lowercase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/pascalcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/percent-encode/docs/types/index.d.ts | 2 +- .../string/base/remove-first-code-point/docs/types/index.d.ts | 2 +- .../base/remove-first-grapheme-cluster/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/remove-first/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/repeat/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/replace-before/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/replace/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/right-pad/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/right-trim/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/snakecase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/startcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/starts-with/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/base/trim/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/uncapitalize/docs/types/index.d.ts | 2 +- .../@stdlib/string/base/uppercase/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/camelcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/capitalize/docs/types/index.d.ts | 2 +- .../@stdlib/string/code-point-at/docs/types/index.d.ts | 2 +- .../@stdlib/string/constantcase/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/dotcase/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/ends-with/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/first/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/for-each/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/format/docs/types/index.d.ts | 2 +- .../@stdlib/string/from-code-point/docs/types/index.d.ts | 2 +- .../@stdlib/string/headercase/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/kebabcase/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/left-pad/docs/types/index.d.ts | 2 +- .../@stdlib/string/left-trim-n/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/left-trim/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/lowercase/docs/types/index.d.ts | 2 +- .../string/next-grapheme-cluster-break/docs/types/index.d.ts | 2 +- .../@stdlib/string/num-grapheme-clusters/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/num2words/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/pad/docs/types/index.d.ts | 2 +- .../@stdlib/string/pascalcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/percent-encode/docs/types/index.d.ts | 2 +- .../string/prev-grapheme-cluster-break/docs/types/index.d.ts | 2 +- .../@stdlib/string/remove-first/docs/types/index.d.ts | 2 +- .../@stdlib/string/remove-last/docs/types/index.d.ts | 2 +- .../@stdlib/string/remove-punctuation/docs/types/index.d.ts | 2 +- .../@stdlib/string/remove-utf8-bom/docs/types/index.d.ts | 2 +- .../@stdlib/string/remove-words/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/repeat/docs/types/index.d.ts | 2 +- .../@stdlib/string/replace-before/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/replace/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/reverse/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/right-pad/docs/types/index.d.ts | 2 +- .../@stdlib/string/right-trim-n/docs/types/index.d.ts | 2 +- .../@stdlib/string/right-trim/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/snakecase/docs/types/index.d.ts | 2 +- .../string/split-grapheme-clusters/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/startcase/docs/types/index.d.ts | 2 +- .../@stdlib/string/starts-with/docs/types/index.d.ts | 2 +- .../@stdlib/string/substring-after-last/docs/types/index.d.ts | 2 +- .../@stdlib/string/substring-after/docs/types/index.d.ts | 2 +- .../@stdlib/string/substring-before-last/docs/types/index.d.ts | 2 +- .../@stdlib/string/substring-before/docs/types/index.d.ts | 2 +- .../to-grapheme-cluster-iterator-right/docs/types/index.d.ts | 2 +- .../string/to-grapheme-cluster-iterator/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/tools/docs/types/index.d.ts | 2 +- .../string/tools/grapheme-cluster-break/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/trim/docs/types/index.d.ts | 2 +- .../@stdlib/string/truncate-middle/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/truncate/docs/types/index.d.ts | 2 +- .../@stdlib/string/uncapitalize/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/string/uppercase/docs/types/index.d.ts | 2 +- .../@stdlib/string/utf16-to-utf8-array/docs/types/index.d.ts | 2 +- .../@stdlib/symbol/async-iterator/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/symbol/docs/types/index.d.ts | 2 +- lib/node_modules/@stdlib/symbol/iterator/docs/types/index.d.ts | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/lib/node_modules/@stdlib/string/acronym/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/acronym/docs/types/index.d.ts index eaef2b9ce3a..5b89e6b1e02 100644 --- a/lib/node_modules/@stdlib/string/acronym/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/acronym/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/base/camelcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/camelcase/docs/types/index.d.ts index 43958d282c5..802d684b8ee 100644 --- a/lib/node_modules/@stdlib/string/base/camelcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/camelcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to camel case. diff --git a/lib/node_modules/@stdlib/string/base/capitalize/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/capitalize/docs/types/index.d.ts index a95fdb793b8..0a53a3227c0 100644 --- a/lib/node_modules/@stdlib/string/base/capitalize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/capitalize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Capitalizes the first character in a string. diff --git a/lib/node_modules/@stdlib/string/base/code-point-at/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/code-point-at/docs/types/index.d.ts index e51597c79f8..67de7da8de6 100644 --- a/lib/node_modules/@stdlib/string/base/code-point-at/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/code-point-at/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a Unicode code point from a string at specified position. diff --git a/lib/node_modules/@stdlib/string/base/constantcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/constantcase/docs/types/index.d.ts index 63e47f32858..741900234b4 100644 --- a/lib/node_modules/@stdlib/string/base/constantcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/constantcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to constant case. diff --git a/lib/node_modules/@stdlib/string/base/distances/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/distances/docs/types/index.d.ts index 60e3769c625..cbfed6c0786 100644 --- a/lib/node_modules/@stdlib/string/base/distances/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/distances/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/string/base/distances/levenshtein/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/distances/levenshtein/docs/types/index.d.ts index 3e7b85e2c88..1cc7ec52b17 100644 --- a/lib/node_modules/@stdlib/string/base/distances/levenshtein/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/distances/levenshtein/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Calculates the Levenshtein (edit) distance between two strings. diff --git a/lib/node_modules/@stdlib/string/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/docs/types/index.d.ts index e6fb918c1ea..c53e7c6b6ee 100644 --- a/lib/node_modules/@stdlib/string/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/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/string/base/dotcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/dotcase/docs/types/index.d.ts index 9d508e0dd3b..f9bed0db98a 100644 --- a/lib/node_modules/@stdlib/string/base/dotcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/dotcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to dot case. diff --git a/lib/node_modules/@stdlib/string/base/ends-with/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/ends-with/docs/types/index.d.ts index cb3c6475123..16b139a42f4 100644 --- a/lib/node_modules/@stdlib/string/base/ends-with/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/ends-with/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a string ends with the characters of another string. diff --git a/lib/node_modules/@stdlib/string/base/first-code-point/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/first-code-point/docs/types/index.d.ts index b8a9dbdccbb..99dee4b2889 100644 --- a/lib/node_modules/@stdlib/string/base/first-code-point/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/first-code-point/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the first `n` Unicode code points of a string. diff --git a/lib/node_modules/@stdlib/string/base/first-grapheme-cluster/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/first-grapheme-cluster/docs/types/index.d.ts index ad20e3d6e51..ab76da116c4 100644 --- a/lib/node_modules/@stdlib/string/base/first-grapheme-cluster/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/first-grapheme-cluster/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the first `n` grapheme clusters (i.e., user-perceived characters) of a string. diff --git a/lib/node_modules/@stdlib/string/base/first/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/first/docs/types/index.d.ts index 1841b94b98d..bcb14721a6a 100644 --- a/lib/node_modules/@stdlib/string/base/first/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/first/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the first `n` UTF-16 code units of a string. diff --git a/lib/node_modules/@stdlib/string/base/for-each-code-point/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/for-each-code-point/docs/types/index.d.ts index 69fd2b788b5..4ee3ecd9efd 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-code-point/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/for-each-code-point/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked for each Unicode code point in a string. diff --git a/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/docs/types/index.d.ts index 77ca09b4af8..45be4c50c02 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked for each grapheme cluster (i.e., user-perceived character) in a string. diff --git a/lib/node_modules/@stdlib/string/base/for-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/for-each/docs/types/index.d.ts index f9b6fd2ee7d..594548af169 100644 --- a/lib/node_modules/@stdlib/string/base/for-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/for-each/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Callback invoked for each UTF-16 code unit in a string. diff --git a/lib/node_modules/@stdlib/string/base/format-interpolate/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/format-interpolate/docs/types/index.d.ts index 6d63e98f869..0738d0889f4 100644 --- a/lib/node_modules/@stdlib/string/base/format-interpolate/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/format-interpolate/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Format identifier object. diff --git a/lib/node_modules/@stdlib/string/base/format-tokenize/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/format-tokenize/docs/types/index.d.ts index 297c44c98d5..09f55acaa92 100644 --- a/lib/node_modules/@stdlib/string/base/format-tokenize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/format-tokenize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Format identifier object. diff --git a/lib/node_modules/@stdlib/string/base/headercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/headercase/docs/types/index.d.ts index e01d358f773..09b82f0e33f 100644 --- a/lib/node_modules/@stdlib/string/base/headercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/headercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to HTTP header case. diff --git a/lib/node_modules/@stdlib/string/base/invcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/invcase/docs/types/index.d.ts index 865c0783d91..ac57ec778d5 100644 --- a/lib/node_modules/@stdlib/string/base/invcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/invcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to inverse case. diff --git a/lib/node_modules/@stdlib/string/base/kebabcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/kebabcase/docs/types/index.d.ts index 302bf2413d8..69fd3493481 100644 --- a/lib/node_modules/@stdlib/string/base/kebabcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/kebabcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to kebab case. diff --git a/lib/node_modules/@stdlib/string/base/left-pad/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/left-pad/docs/types/index.d.ts index 74b9a36f947..c941e82bf83 100644 --- a/lib/node_modules/@stdlib/string/base/left-pad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/left-pad/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Left pads a string such that the padded string has a length of at least `len`. diff --git a/lib/node_modules/@stdlib/string/base/left-trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/left-trim/docs/types/index.d.ts index 02b5a5dd929..adbf4cd9077 100644 --- a/lib/node_modules/@stdlib/string/base/left-trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/left-trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace characters from the beginning of a string. diff --git a/lib/node_modules/@stdlib/string/base/lowercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/lowercase/docs/types/index.d.ts index 744e15fdfde..d06fef844d1 100644 --- a/lib/node_modules/@stdlib/string/base/lowercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/lowercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to lowercase. diff --git a/lib/node_modules/@stdlib/string/base/pascalcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/pascalcase/docs/types/index.d.ts index 097b060dd0e..e1c96abd959 100644 --- a/lib/node_modules/@stdlib/string/base/pascalcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/pascalcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to Pascal case. diff --git a/lib/node_modules/@stdlib/string/base/percent-encode/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/percent-encode/docs/types/index.d.ts index 40036b0c4e6..ab471d67a53 100644 --- a/lib/node_modules/@stdlib/string/base/percent-encode/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/percent-encode/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Percent-encodes a UTF-16 encoded string according to [RFC 3986][1]. diff --git a/lib/node_modules/@stdlib/string/base/remove-first-code-point/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/remove-first-code-point/docs/types/index.d.ts index 5237f76fbd2..597e3bc6e68 100644 --- a/lib/node_modules/@stdlib/string/base/remove-first-code-point/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/remove-first-code-point/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes the first `n` Unicode code points of a string. diff --git a/lib/node_modules/@stdlib/string/base/remove-first-grapheme-cluster/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/remove-first-grapheme-cluster/docs/types/index.d.ts index d45e8fa47ed..7186094912e 100644 --- a/lib/node_modules/@stdlib/string/base/remove-first-grapheme-cluster/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/remove-first-grapheme-cluster/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes the first `n` grapheme clusters (i.e., user-perceived characters) of a string. diff --git a/lib/node_modules/@stdlib/string/base/remove-first/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/remove-first/docs/types/index.d.ts index f995866386d..8e691d0f970 100644 --- a/lib/node_modules/@stdlib/string/base/remove-first/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/remove-first/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes the first `n` UTF-16 code units of a string. diff --git a/lib/node_modules/@stdlib/string/base/repeat/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/repeat/docs/types/index.d.ts index f69ce6615ae..f62912bf62b 100644 --- a/lib/node_modules/@stdlib/string/base/repeat/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/repeat/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Repeats a string `n` times and returns the concatenated result. diff --git a/lib/node_modules/@stdlib/string/base/replace-before/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/replace-before/docs/types/index.d.ts index 5d82426b988..be6311dd92d 100644 --- a/lib/node_modules/@stdlib/string/base/replace-before/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/replace-before/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Replaces the substring before the first occurrence of a specified search string. diff --git a/lib/node_modules/@stdlib/string/base/replace/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/replace/docs/types/index.d.ts index 5380bf42438..1c28b60e637 100644 --- a/lib/node_modules/@stdlib/string/base/replace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/replace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Replaces search occurrences with a replacement string. diff --git a/lib/node_modules/@stdlib/string/base/right-pad/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/right-pad/docs/types/index.d.ts index 5d4dfd1c734..3861dbbc0c3 100644 --- a/lib/node_modules/@stdlib/string/base/right-pad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/right-pad/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Right pads a string such that the padded string has a length of at least `len`. diff --git a/lib/node_modules/@stdlib/string/base/right-trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/right-trim/docs/types/index.d.ts index 8e97927a275..c3c2e00046e 100644 --- a/lib/node_modules/@stdlib/string/base/right-trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/right-trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace from the end of a string. diff --git a/lib/node_modules/@stdlib/string/base/snakecase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/snakecase/docs/types/index.d.ts index af541dfd983..baa183ddf76 100644 --- a/lib/node_modules/@stdlib/string/base/snakecase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/snakecase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to snake case. diff --git a/lib/node_modules/@stdlib/string/base/startcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/startcase/docs/types/index.d.ts index 9f83509f48b..cab628f312e 100644 --- a/lib/node_modules/@stdlib/string/base/startcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/startcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Capitalizes the first letter of each word in an input string. diff --git a/lib/node_modules/@stdlib/string/base/starts-with/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/starts-with/docs/types/index.d.ts index f51c6cc0e8f..987194a2979 100644 --- a/lib/node_modules/@stdlib/string/base/starts-with/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/starts-with/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a string starts with the characters of another string. diff --git a/lib/node_modules/@stdlib/string/base/trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/trim/docs/types/index.d.ts index a213d7f618c..bae6cac0053 100644 --- a/lib/node_modules/@stdlib/string/base/trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace characters from the beginning and end of a string. diff --git a/lib/node_modules/@stdlib/string/base/uncapitalize/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/uncapitalize/docs/types/index.d.ts index 731cc90d451..31bbdd81082 100644 --- a/lib/node_modules/@stdlib/string/base/uncapitalize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/uncapitalize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Uncapitalizes the first character of a string. diff --git a/lib/node_modules/@stdlib/string/base/uppercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/base/uppercase/docs/types/index.d.ts index 854e5f68401..6c3eb612a14 100644 --- a/lib/node_modules/@stdlib/string/base/uppercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/base/uppercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to uppercase. diff --git a/lib/node_modules/@stdlib/string/camelcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/camelcase/docs/types/index.d.ts index 64a4db258ab..66388500ee6 100644 --- a/lib/node_modules/@stdlib/string/camelcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/camelcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to camel case. diff --git a/lib/node_modules/@stdlib/string/capitalize/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/capitalize/docs/types/index.d.ts index fdef48bc30c..c559d18cbe2 100644 --- a/lib/node_modules/@stdlib/string/capitalize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/capitalize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Capitalizes the first character in a string. diff --git a/lib/node_modules/@stdlib/string/code-point-at/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/code-point-at/docs/types/index.d.ts index 9a429e0729f..e20ebe22154 100644 --- a/lib/node_modules/@stdlib/string/code-point-at/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/code-point-at/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a Unicode code point from a string at specified position. diff --git a/lib/node_modules/@stdlib/string/constantcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/constantcase/docs/types/index.d.ts index bbb2fb28839..50911f67d7e 100644 --- a/lib/node_modules/@stdlib/string/constantcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/constantcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to constant case. diff --git a/lib/node_modules/@stdlib/string/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/docs/types/index.d.ts index ef6bc3714b4..79a1c8db7c1 100644 --- a/lib/node_modules/@stdlib/string/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/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/string/dotcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/dotcase/docs/types/index.d.ts index 1f6f647a295..29158d2a99d 100644 --- a/lib/node_modules/@stdlib/string/dotcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/dotcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to dot case. diff --git a/lib/node_modules/@stdlib/string/ends-with/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/ends-with/docs/types/index.d.ts index 04376a33186..76d6503a05d 100644 --- a/lib/node_modules/@stdlib/string/ends-with/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/ends-with/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a string ends with the characters of another string. diff --git a/lib/node_modules/@stdlib/string/first/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/first/docs/types/index.d.ts index 2dacfdfbc10..2aa79280b78 100644 --- a/lib/node_modules/@stdlib/string/first/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/first/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:unified-signatures diff --git a/lib/node_modules/@stdlib/string/for-each/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/for-each/docs/types/index.d.ts index 9bb1e306569..7f29fb0df83 100644 --- a/lib/node_modules/@stdlib/string/for-each/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/for-each/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing function options. diff --git a/lib/node_modules/@stdlib/string/format/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/format/docs/types/index.d.ts index 7ae776587c6..643f7905a58 100644 --- a/lib/node_modules/@stdlib/string/format/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/format/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Inserts supplied variable values into a format string. diff --git a/lib/node_modules/@stdlib/string/from-code-point/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/from-code-point/docs/types/index.d.ts index 70b63504847..5d8d501fe9b 100644 --- a/lib/node_modules/@stdlib/string/from-code-point/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/from-code-point/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/headercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/headercase/docs/types/index.d.ts index a707f3bdc45..4fcc6be6dd2 100644 --- a/lib/node_modules/@stdlib/string/headercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/headercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to HTTP header case. diff --git a/lib/node_modules/@stdlib/string/kebabcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/kebabcase/docs/types/index.d.ts index 67ac226ce17..3ab82131ac7 100644 --- a/lib/node_modules/@stdlib/string/kebabcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/kebabcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to kebab case. diff --git a/lib/node_modules/@stdlib/string/left-pad/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/left-pad/docs/types/index.d.ts index ba9f3e682a7..99cf557f6ee 100644 --- a/lib/node_modules/@stdlib/string/left-pad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/left-pad/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Left pads a string such that the padded string has a length of at least `len`. diff --git a/lib/node_modules/@stdlib/string/left-trim-n/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/left-trim-n/docs/types/index.d.ts index a718937d5e2..6be9ef9cdfd 100644 --- a/lib/node_modules/@stdlib/string/left-trim-n/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/left-trim-n/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims `n` characters from the beginning of a string. diff --git a/lib/node_modules/@stdlib/string/left-trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/left-trim/docs/types/index.d.ts index 4dcc45779f3..f366c96a63c 100644 --- a/lib/node_modules/@stdlib/string/left-trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/left-trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace characters from the beginning of a string. diff --git a/lib/node_modules/@stdlib/string/lowercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/lowercase/docs/types/index.d.ts index a18d56f4b64..56d30464277 100644 --- a/lib/node_modules/@stdlib/string/lowercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/lowercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to lowercase. diff --git a/lib/node_modules/@stdlib/string/next-grapheme-cluster-break/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/next-grapheme-cluster-break/docs/types/index.d.ts index 8d636df26d5..7390b24d806 100644 --- a/lib/node_modules/@stdlib/string/next-grapheme-cluster-break/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/next-grapheme-cluster-break/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the next extended grapheme cluster break in a string after a specified position. diff --git a/lib/node_modules/@stdlib/string/num-grapheme-clusters/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/num-grapheme-clusters/docs/types/index.d.ts index 6180908ec53..e54b57d5e22 100644 --- a/lib/node_modules/@stdlib/string/num-grapheme-clusters/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/num-grapheme-clusters/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the number of grapheme clusters in a string. diff --git a/lib/node_modules/@stdlib/string/num2words/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/num2words/docs/types/index.d.ts index aae77d59b1b..c240952f893 100644 --- a/lib/node_modules/@stdlib/string/num2words/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/num2words/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/string/pad/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/pad/docs/types/index.d.ts index 084ff5ecb49..1bb1b189b4c 100644 --- a/lib/node_modules/@stdlib/string/pad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/pad/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/string/pascalcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/pascalcase/docs/types/index.d.ts index 2b9726553c1..fb46c34f6c5 100644 --- a/lib/node_modules/@stdlib/string/pascalcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/pascalcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to Pascal case. diff --git a/lib/node_modules/@stdlib/string/percent-encode/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/percent-encode/docs/types/index.d.ts index 135d66776eb..3e0612baa87 100644 --- a/lib/node_modules/@stdlib/string/percent-encode/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/percent-encode/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Percent-encodes a UTF-16 encoded string according to [RFC 3986][1]. diff --git a/lib/node_modules/@stdlib/string/prev-grapheme-cluster-break/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/prev-grapheme-cluster-break/docs/types/index.d.ts index 6415246fdab..a5c097e7617 100644 --- a/lib/node_modules/@stdlib/string/prev-grapheme-cluster-break/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/prev-grapheme-cluster-break/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the previous extended grapheme cluster break in a string before a specified position. diff --git a/lib/node_modules/@stdlib/string/remove-first/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/remove-first/docs/types/index.d.ts index 58f3204c2a4..0fdbf3c75d7 100644 --- a/lib/node_modules/@stdlib/string/remove-first/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/remove-first/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // tslint:disable:unified-signatures diff --git a/lib/node_modules/@stdlib/string/remove-last/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/remove-last/docs/types/index.d.ts index 154929b2563..b3f326f0e14 100644 --- a/lib/node_modules/@stdlib/string/remove-last/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/remove-last/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes the last character(s) of a string. diff --git a/lib/node_modules/@stdlib/string/remove-punctuation/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/remove-punctuation/docs/types/index.d.ts index 38ad417e068..f35c6efeae3 100644 --- a/lib/node_modules/@stdlib/string/remove-punctuation/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/remove-punctuation/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes punctuation characters from a string. diff --git a/lib/node_modules/@stdlib/string/remove-utf8-bom/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/remove-utf8-bom/docs/types/index.d.ts index ecd9665dd2c..73085e08f83 100644 --- a/lib/node_modules/@stdlib/string/remove-utf8-bom/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/remove-utf8-bom/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes a UTF-8 byte order mark (BOM) from the beginning of a string. diff --git a/lib/node_modules/@stdlib/string/remove-words/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/remove-words/docs/types/index.d.ts index 2ccb1bd8a95..ba067c8d745 100644 --- a/lib/node_modules/@stdlib/string/remove-words/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/remove-words/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Removes a list of words from a string. diff --git a/lib/node_modules/@stdlib/string/repeat/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/repeat/docs/types/index.d.ts index d423b0ca355..15f033f7d7a 100644 --- a/lib/node_modules/@stdlib/string/repeat/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/repeat/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Repeats a string `n` times and returns the concatenated result. diff --git a/lib/node_modules/@stdlib/string/replace-before/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/replace-before/docs/types/index.d.ts index 5d82426b988..be6311dd92d 100644 --- a/lib/node_modules/@stdlib/string/replace-before/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/replace-before/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Replaces the substring before the first occurrence of a specified search string. diff --git a/lib/node_modules/@stdlib/string/replace/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/replace/docs/types/index.d.ts index c117b35a201..001dbee6dc6 100644 --- a/lib/node_modules/@stdlib/string/replace/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/replace/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Replaces search occurrences with a replacement string. diff --git a/lib/node_modules/@stdlib/string/reverse/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/reverse/docs/types/index.d.ts index 008230d3011..fc4fbb43ee2 100644 --- a/lib/node_modules/@stdlib/string/reverse/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/reverse/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Reverses a string. diff --git a/lib/node_modules/@stdlib/string/right-pad/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/right-pad/docs/types/index.d.ts index 06efb3101ef..a403342cf36 100644 --- a/lib/node_modules/@stdlib/string/right-pad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/right-pad/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Right pads a string such that the padded string has a length of at least `len`. diff --git a/lib/node_modules/@stdlib/string/right-trim-n/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/right-trim-n/docs/types/index.d.ts index c64cd3bd6f4..bffd3dcf853 100644 --- a/lib/node_modules/@stdlib/string/right-trim-n/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/right-trim-n/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/right-trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/right-trim/docs/types/index.d.ts index 9450bf7ca69..fcda90287e3 100644 --- a/lib/node_modules/@stdlib/string/right-trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/right-trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace from the end of a string. diff --git a/lib/node_modules/@stdlib/string/snakecase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/snakecase/docs/types/index.d.ts index 3a26be25a05..789e18d181d 100644 --- a/lib/node_modules/@stdlib/string/snakecase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/snakecase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to snake case. diff --git a/lib/node_modules/@stdlib/string/split-grapheme-clusters/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/split-grapheme-clusters/docs/types/index.d.ts index 879cf589fee..297bc776928 100644 --- a/lib/node_modules/@stdlib/string/split-grapheme-clusters/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/split-grapheme-clusters/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Splits a string by its grapheme cluster breaks. diff --git a/lib/node_modules/@stdlib/string/startcase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/startcase/docs/types/index.d.ts index 3b32d3fd3b4..0866446fd80 100644 --- a/lib/node_modules/@stdlib/string/startcase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/startcase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Capitalizes the first letter of each word in an input string. diff --git a/lib/node_modules/@stdlib/string/starts-with/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/starts-with/docs/types/index.d.ts index f6b4c9a9dbe..170f5d37fa1 100644 --- a/lib/node_modules/@stdlib/string/starts-with/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/starts-with/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a string starts with the characters of another string. diff --git a/lib/node_modules/@stdlib/string/substring-after-last/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/substring-after-last/docs/types/index.d.ts index 0de37ca5f79..d7be0818ae3 100644 --- a/lib/node_modules/@stdlib/string/substring-after-last/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/substring-after-last/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/substring-after/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/substring-after/docs/types/index.d.ts index f6c16121fbb..74cf37d3823 100644 --- a/lib/node_modules/@stdlib/string/substring-after/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/substring-after/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/substring-before-last/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/substring-before-last/docs/types/index.d.ts index 2f21fc7fed8..b4620532fc4 100644 --- a/lib/node_modules/@stdlib/string/substring-before-last/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/substring-before-last/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/substring-before/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/substring-before/docs/types/index.d.ts index e4b1538702a..c1691d22a21 100644 --- a/lib/node_modules/@stdlib/string/substring-before/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/substring-before/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator-right/docs/types/index.d.ts index c12b1b46801..ff25db0bcda 100644 --- a/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator-right/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator/docs/types/index.d.ts index a7d0c39f029..08681ddff1b 100644 --- a/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/to-grapheme-cluster-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/tools/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/tools/docs/types/index.d.ts index eb4369ec802..3f8e9736eb4 100644 --- a/lib/node_modules/@stdlib/string/tools/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/tools/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/string/tools/grapheme-cluster-break/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/tools/grapheme-cluster-break/docs/types/index.d.ts index d71212e59ff..5840f028bb2 100644 --- a/lib/node_modules/@stdlib/string/tools/grapheme-cluster-break/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/tools/grapheme-cluster-break/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * An object mapping break type names to integer values. diff --git a/lib/node_modules/@stdlib/string/trim/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/trim/docs/types/index.d.ts index ec1698f5247..be6af1d78ad 100644 --- a/lib/node_modules/@stdlib/string/trim/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/trim/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Trims whitespace characters from the beginning and end of a string. diff --git a/lib/node_modules/@stdlib/string/truncate-middle/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/truncate-middle/docs/types/index.d.ts index 9ceb8f442f9..a2f969c6a6a 100644 --- a/lib/node_modules/@stdlib/string/truncate-middle/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/truncate-middle/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/truncate/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/truncate/docs/types/index.d.ts index 4a43c42f2bc..ad332539b54 100644 --- a/lib/node_modules/@stdlib/string/truncate/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/truncate/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/string/uncapitalize/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/uncapitalize/docs/types/index.d.ts index ebccbf2ace9..0950b30c33d 100644 --- a/lib/node_modules/@stdlib/string/uncapitalize/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/uncapitalize/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Uncapitalizes the first character of a string. diff --git a/lib/node_modules/@stdlib/string/uppercase/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/uppercase/docs/types/index.d.ts index 9056b1bff24..c8ea504b14b 100644 --- a/lib/node_modules/@stdlib/string/uppercase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/uppercase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a string to uppercase. diff --git a/lib/node_modules/@stdlib/string/utf16-to-utf8-array/docs/types/index.d.ts b/lib/node_modules/@stdlib/string/utf16-to-utf8-array/docs/types/index.d.ts index e80e0be8d96..a71705c94e6 100644 --- a/lib/node_modules/@stdlib/string/utf16-to-utf8-array/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/string/utf16-to-utf8-array/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts a UTF-16 encoded string to an array of integers using UTF-8 encoding. diff --git a/lib/node_modules/@stdlib/symbol/async-iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/symbol/async-iterator/docs/types/index.d.ts index 6b76c5365c0..b06b3c1587b 100644 --- a/lib/node_modules/@stdlib/symbol/async-iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/symbol/async-iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts b/lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts index 3077a645747..14b9791b0a0 100644 --- a/lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS // diff --git a/lib/node_modules/@stdlib/symbol/docs/types/index.d.ts b/lib/node_modules/@stdlib/symbol/docs/types/index.d.ts index 335b6440c8f..c45a1806a85 100644 --- a/lib/node_modules/@stdlib/symbol/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/symbol/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/symbol/iterator/docs/types/index.d.ts b/lib/node_modules/@stdlib/symbol/iterator/docs/types/index.d.ts index c43923c7e42..0fd22bb55e1 100644 --- a/lib/node_modules/@stdlib/symbol/iterator/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/symbol/iterator/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 // EXPORTS //