From 7ffe4b1e1b5dbdee2d5d0e8c274bec022ebcbcb4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 22 Sep 2023 01:30:28 +0000 Subject: [PATCH] Update artifacts --- array/base/coverage.ndjson | 1 + array/base/index.html | 2 +- array/base/index.js.html | 2 +- assert/coverage.ndjson | 1 + assert/index.html | 2 +- assert/index.js.html | 2 +- math/base/special/coverage.ndjson | 1 + math/base/special/index.html | 2 +- math/base/special/index.js.html | 2 +- ndarray/coverage.ndjson | 1 + ndarray/index.html | 116 ++ ndarray/index.js.html | 832 +++++++++++++++ slice/base/coverage.ndjson | 1 + slice/base/index.html | 2 +- slice/base/index.js.html | 2 +- slice/coverage.ndjson | 1 + slice/index.html | 2 +- slice/index.js.html | 2 +- string/coverage.ndjson | 1 + string/index.html | 116 ++ string/index.js.html | 1654 +++++++++++++++++++++++++++++ 21 files changed, 2735 insertions(+), 10 deletions(-) create mode 100644 ndarray/coverage.ndjson create mode 100644 ndarray/index.html create mode 100644 ndarray/index.js.html create mode 100644 string/coverage.ndjson create mode 100644 string/index.html create mode 100644 string/index.js.html diff --git a/array/base/coverage.ndjson b/array/base/coverage.ndjson index abb5c511d..eba4d7875 100644 --- a/array/base/coverage.ndjson +++ b/array/base/coverage.ndjson @@ -25,3 +25,4 @@ [753,753,100,1,1,100,0,0,100,753,753,100,"f7bba4088451e8e077d0a897d813b03ee25e3d04","2023-09-11 16:55:59 -0700"] [762,762,100,1,1,100,0,0,100,762,762,100,"b8c3188a9557f261322237646854bfafeee43a96","2023-09-12 23:38:30 -0700"] [762,762,100,1,1,100,0,0,100,762,762,100,"e18b248464425863019a841795a7e5fc7d01d0ea","2023-09-21 15:24:03 -0700"] +[762,762,100,1,1,100,0,0,100,762,762,100,"4f2310de3494fe36f4b74db309593f63e9d24dcc","2023-09-21 21:28:12 -0400"] diff --git a/array/base/index.html b/array/base/index.html index d69722696..e14aacbdd 100644 --- a/array/base/index.html +++ b/array/base/index.html @@ -101,7 +101,7 @@

All files array/base/lib

+ + + + + + \ No newline at end of file diff --git a/ndarray/index.js.html b/ndarray/index.js.html new file mode 100644 index 000000000..7ac8658a3 --- /dev/null +++ b/ndarray/index.js.html @@ -0,0 +1,832 @@ + + + + + + Code coverage report for ndarray/lib/index.js + + + + + + + + + +
+
+

All files / ndarray/lib index.js

+
+ +
+ 100% + Statements + 249/249 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 249/249 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +2501x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2018 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/*
+* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.
+*/
+ 
+// MODULES //
+ 
+var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
+ 
+ 
+// MAIN //
+ 
+/**
+* Top-level namespace.
+*
+* @namespace ns
+*/
+var ns = {};
+ 
+/**
+* @name array
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/array}
+*/
+setReadOnly( ns, 'array', require( '@stdlib/ndarray/array' ) );
+ 
+/**
+* @name base
+* @memberof ns
+* @readonly
+* @type {Namespace}
+* @see {@link module:@stdlib/ndarray/base}
+*/
+setReadOnly( ns, 'base', require( '@stdlib/ndarray/base' ) );
+ 
+/**
+* @name ndarrayCastingModes
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/casting-modes}
+*/
+setReadOnly( ns, 'ndarrayCastingModes', require( '@stdlib/ndarray/casting-modes' ) );
+ 
+/**
+* @name ndarray
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/ctor}
+*/
+setReadOnly( ns, 'ndarray', require( '@stdlib/ndarray/ctor' ) );
+ 
+/**
+* @name defaults
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/defaults}
+*/
+setReadOnly( ns, 'defaults', require( '@stdlib/ndarray/defaults' ) );
+ 
+/**
+* @name dispatch
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/dispatch}
+*/
+setReadOnly( ns, 'dispatch', require( '@stdlib/ndarray/dispatch' ) );
+ 
+/**
+* @name ndarrayDataTypes
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/dtypes}
+*/
+setReadOnly( ns, 'ndarrayDataTypes', require( '@stdlib/ndarray/dtypes' ) );
+ 
+/**
+* @name ndempty
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/empty}
+*/
+setReadOnly( ns, 'ndempty', require( '@stdlib/ndarray/empty' ) );
+ 
+/**
+* @name ndemptyLike
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/empty-like}
+*/
+setReadOnly( ns, 'ndemptyLike', require( '@stdlib/ndarray/empty-like' ) );
+ 
+/**
+* @name scalar2ndarray
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/from-scalar}
+*/
+setReadOnly( ns, 'scalar2ndarray', require( '@stdlib/ndarray/from-scalar' ) );
+ 
+/**
+* @name ind2sub
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/ind2sub}
+*/
+setReadOnly( ns, 'ind2sub', require( '@stdlib/ndarray/ind2sub' ) );
+ 
+/**
+* @name ndarrayIndexModes
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/index-modes}
+*/
+setReadOnly( ns, 'ndarrayIndexModes', require( '@stdlib/ndarray/index-modes' ) );
+ 
+/**
+* @name ndarrayMinDataType
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/min-dtype}
+*/
+setReadOnly( ns, 'ndarrayMinDataType', require( '@stdlib/ndarray/min-dtype' ) );
+ 
+/**
+* @name ndarrayNextDataType
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/next-dtype}
+*/
+setReadOnly( ns, 'ndarrayNextDataType', require( '@stdlib/ndarray/next-dtype' ) );
+ 
+/**
+* @name ndarrayOrders
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/orders}
+*/
+setReadOnly( ns, 'ndarrayOrders', require( '@stdlib/ndarray/orders' ) );
+ 
+/**
+* @name ndarrayOutputDataTypePolicies
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/output-dtype-policies}
+*/
+setReadOnly( ns, 'ndarrayOutputDataTypePolicies', require( '@stdlib/ndarray/output-dtype-policies' ) );
+ 
+/**
+* @name ndarrayPromotionRules
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/promotion-rules}
+*/
+setReadOnly( ns, 'ndarrayPromotionRules', require( '@stdlib/ndarray/promotion-rules' ) );
+ 
+/**
+* @name ndarraySafeCasts
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/safe-casts}
+*/
+setReadOnly( ns, 'ndarraySafeCasts', require( '@stdlib/ndarray/safe-casts' ) );
+ 
+/**
+* @name ndarraySameKindCasts
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/same-kind-casts}
+*/
+setReadOnly( ns, 'ndarraySameKindCasts', require( '@stdlib/ndarray/same-kind-casts' ) );
+ 
+/**
+* @name sub2ind
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/sub2ind}
+*/
+setReadOnly( ns, 'sub2ind', require( '@stdlib/ndarray/sub2ind' ) );
+ 
+/**
+* @name ndarray2array
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/to-array}
+*/
+setReadOnly( ns, 'ndarray2array', require( '@stdlib/ndarray/to-array' ) );
+ 
+/**
+* @name ndzeros
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/zeros}
+*/
+setReadOnly( ns, 'ndzeros', require( '@stdlib/ndarray/zeros' ) );
+ 
+/**
+* @name ndzerosLike
+* @memberof ns
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/ndarray/zeros-like}
+*/
+setReadOnly( ns, 'ndzerosLike', require( '@stdlib/ndarray/zeros-like' ) );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = ns;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/slice/base/coverage.ndjson b/slice/base/coverage.ndjson index 9798fc002..8d9845e1a 100644 --- a/slice/base/coverage.ndjson +++ b/slice/base/coverage.ndjson @@ -2,3 +2,4 @@ [87,87,100,1,1,100,0,0,100,87,87,100,"f04c363e2d57bd22e3391a7235d3d20603962abf","2023-09-17 01:00:27 -0700"] [96,96,100,1,1,100,0,0,100,96,96,100,"dae16d60cb2c688804f04ed51c7d61a4f18bd859","2023-09-17 13:10:14 -0700"] [123,123,100,1,1,100,0,0,100,123,123,100,"e18b248464425863019a841795a7e5fc7d01d0ea","2023-09-21 15:24:03 -0700"] +[123,123,100,1,1,100,0,0,100,123,123,100,"4f2310de3494fe36f4b74db309593f63e9d24dcc","2023-09-21 21:28:12 -0400"] diff --git a/slice/base/index.html b/slice/base/index.html index d283dc6f6..4cad380e1 100644 --- a/slice/base/index.html +++ b/slice/base/index.html @@ -101,7 +101,7 @@

All files slice/base/lib

+ + + + + + \ No newline at end of file diff --git a/string/index.js.html b/string/index.js.html new file mode 100644 index 000000000..358b2ab29 --- /dev/null +++ b/string/index.js.html @@ -0,0 +1,1654 @@ + + + + + + Code coverage report for string/lib/index.js + + + + + + + + + +
+
+

All files / string/lib index.js

+
+ +
+ 100% + Statements + 523/523 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 523/523 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +270 +271 +272 +273 +274 +275 +276 +277 +278 +279 +280 +281 +282 +283 +284 +285 +286 +287 +288 +289 +290 +291 +292 +293 +294 +295 +296 +297 +298 +299 +300 +301 +302 +303 +304 +305 +306 +307 +308 +309 +310 +311 +312 +313 +314 +315 +316 +317 +318 +319 +320 +321 +322 +323 +324 +325 +326 +327 +328 +329 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +400 +401 +402 +403 +404 +405 +406 +407 +408 +409 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +430 +431 +432 +433 +434 +435 +436 +437 +438 +439 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +500 +501 +502 +503 +504 +505 +506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516 +517 +518 +519 +520 +521 +522 +523 +5241x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2018 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/*
+* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.
+*/
+ 
+/*
+* The following modules are intentionally not exported: tools
+*/
+ 
+// MODULES //
+ 
+var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
+ 
+ 
+// MAIN //
+ 
+/**
+* Top-level namespace.
+*
+* @namespace string
+*/
+var string = {};
+ 
+/**
+* @name acronym
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/acronym}
+*/
+setReadOnly( string, 'acronym', require( '@stdlib/string/acronym' ) );
+ 
+/**
+* @name base
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/base}
+*/
+setReadOnly( string, 'base', require( '@stdlib/string/base' ) );
+ 
+/**
+* @name camelcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/camelcase}
+*/
+setReadOnly( string, 'camelcase', require( '@stdlib/string/camelcase' ) );
+ 
+/**
+* @name capitalize
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/capitalize}
+*/
+setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
+ 
+/**
+* @name codePointAt
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/code-point-at}
+*/
+setReadOnly( string, 'codePointAt', require( '@stdlib/string/code-point-at' ) );
+ 
+/**
+* @name constantcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/constantcase}
+*/
+setReadOnly( string, 'constantcase', require( '@stdlib/string/constantcase' ) );
+ 
+/**
+* @name dotcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/dotcase}
+*/
+setReadOnly( string, 'dotcase', require( '@stdlib/string/dotcase' ) );
+ 
+/**
+* @name endsWith
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/ends-with}
+*/
+setReadOnly( string, 'endsWith', require( '@stdlib/string/ends-with' ) );
+ 
+/**
+* @name first
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/first}
+*/
+setReadOnly( string, 'first', require( '@stdlib/string/first' ) );
+ 
+/**
+* @name forEach
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/for-each}
+*/
+setReadOnly( string, 'forEach', require( '@stdlib/string/for-each' ) );
+ 
+/**
+* @name format
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/format}
+*/
+setReadOnly( string, 'format', require( '@stdlib/string/format' ) );
+ 
+/**
+* @name fromCodePoint
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/from-code-point}
+*/
+setReadOnly( string, 'fromCodePoint', require( '@stdlib/string/from-code-point' ) );
+ 
+/**
+* @name headercase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/headercase}
+*/
+setReadOnly( string, 'headercase', require( '@stdlib/string/headercase' ) );
+ 
+/**
+* @name kebabcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/kebabcase}
+*/
+setReadOnly( string, 'kebabcase', require( '@stdlib/string/kebabcase' ) );
+ 
+/**
+* @name lpad
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/left-pad}
+*/
+setReadOnly( string, 'lpad', require( '@stdlib/string/left-pad' ) );
+ 
+/**
+* @name ltrim
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/left-trim}
+*/
+setReadOnly( string, 'ltrim', require( '@stdlib/string/left-trim' ) );
+ 
+/**
+* @name ltrimN
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/left-trim-n}
+*/
+setReadOnly( string, 'ltrimN', require( '@stdlib/string/left-trim-n' ) );
+ 
+/**
+* @name lowercase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/lowercase}
+*/
+setReadOnly( string, 'lowercase', require( '@stdlib/string/lowercase' ) );
+ 
+/**
+* @name nextGraphemeClusterBreak
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/next-grapheme-cluster-break}
+*/
+setReadOnly( string, 'nextGraphemeClusterBreak', require( '@stdlib/string/next-grapheme-cluster-break' ) );
+ 
+/**
+* @name numGraphemeClusters
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/num-grapheme-clusters}
+*/
+setReadOnly( string, 'numGraphemeClusters', require( '@stdlib/string/num-grapheme-clusters' ) );
+ 
+/**
+* @name num2words
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/num2words}
+*/
+setReadOnly( string, 'num2words', require( '@stdlib/string/num2words' ) );
+ 
+/**
+* @name pad
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/pad}
+*/
+setReadOnly( string, 'pad', require( '@stdlib/string/pad' ) );
+ 
+/**
+* @name pascalcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/pascalcase}
+*/
+setReadOnly( string, 'pascalcase', require( '@stdlib/string/pascalcase' ) );
+ 
+/**
+* @name percentEncode
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/percent-encode}
+*/
+setReadOnly( string, 'percentEncode', require( '@stdlib/string/percent-encode' ) );
+ 
+/**
+* @name prevGraphemeClusterBreak
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/prev-grapheme-cluster-break}
+*/
+setReadOnly( string, 'prevGraphemeClusterBreak', require( '@stdlib/string/prev-grapheme-cluster-break' ) );
+ 
+/**
+* @name removeFirst
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/remove-first}
+*/
+setReadOnly( string, 'removeFirst', require( '@stdlib/string/remove-first' ) );
+ 
+/**
+* @name removeLast
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/remove-last}
+*/
+setReadOnly( string, 'removeLast', require( '@stdlib/string/remove-last' ) );
+ 
+/**
+* @name removePunctuation
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/remove-punctuation}
+*/
+setReadOnly( string, 'removePunctuation', require( '@stdlib/string/remove-punctuation' ) );
+ 
+/**
+* @name removeUTF8BOM
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/remove-utf8-bom}
+*/
+setReadOnly( string, 'removeUTF8BOM', require( '@stdlib/string/remove-utf8-bom' ) );
+ 
+/**
+* @name removeWords
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/remove-words}
+*/
+setReadOnly( string, 'removeWords', require( '@stdlib/string/remove-words' ) );
+ 
+/**
+* @name repeat
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/repeat}
+*/
+setReadOnly( string, 'repeat', require( '@stdlib/string/repeat' ) );
+ 
+/**
+* @name replace
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/replace}
+*/
+setReadOnly( string, 'replace', require( '@stdlib/string/replace' ) );
+ 
+/**
+* @name replaceBefore
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/replace-before}
+*/
+setReadOnly( string, 'replaceBefore', require( '@stdlib/string/replace-before' ) );
+ 
+/**
+* @name reverseString
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/reverse}
+*/
+setReadOnly( string, 'reverseString', require( '@stdlib/string/reverse' ) );
+ 
+/**
+* @name rpad
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/right-pad}
+*/
+setReadOnly( string, 'rpad', require( '@stdlib/string/right-pad' ) );
+ 
+/**
+* @name rtrim
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/right-trim}
+*/
+setReadOnly( string, 'rtrim', require( '@stdlib/string/right-trim' ) );
+ 
+/**
+* @name rtrimN
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/right-trim-n}
+*/
+setReadOnly( string, 'rtrimN', require( '@stdlib/string/right-trim-n' ) );
+ 
+/**
+* @name snakecase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/snakecase}
+*/
+setReadOnly( string, 'snakecase', require( '@stdlib/string/snakecase' ) );
+ 
+/**
+* @name splitGraphemeClusters
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/split-grapheme-clusters}
+*/
+setReadOnly( string, 'splitGraphemeClusters', require( '@stdlib/string/split-grapheme-clusters' ) );
+ 
+/**
+* @name startcase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/startcase}
+*/
+setReadOnly( string, 'startcase', require( '@stdlib/string/startcase' ) );
+ 
+/**
+* @name startsWith
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/starts-with}
+*/
+setReadOnly( string, 'startsWith', require( '@stdlib/string/starts-with' ) );
+ 
+/**
+* @name substringAfter
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/substring-after}
+*/
+setReadOnly( string, 'substringAfter', require( '@stdlib/string/substring-after' ) );
+ 
+/**
+* @name substringAfterLast
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/substring-after-last}
+*/
+setReadOnly( string, 'substringAfterLast', require( '@stdlib/string/substring-after-last' ) );
+ 
+/**
+* @name substringBefore
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/substring-before}
+*/
+setReadOnly( string, 'substringBefore', require( '@stdlib/string/substring-before' ) );
+ 
+/**
+* @name substringBeforeLast
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/substring-before-last}
+*/
+setReadOnly( string, 'substringBeforeLast', require( '@stdlib/string/substring-before-last' ) );
+ 
+/**
+* @name graphemeClusters2iterator
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/to-grapheme-cluster-iterator}
+*/
+setReadOnly( string, 'graphemeClusters2iterator', require( '@stdlib/string/to-grapheme-cluster-iterator' ) );
+ 
+/**
+* @name graphemeClusters2iteratorRight
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/to-grapheme-cluster-iterator-right}
+*/
+setReadOnly( string, 'graphemeClusters2iteratorRight', require( '@stdlib/string/to-grapheme-cluster-iterator-right' ) );
+ 
+/**
+* @name trim
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/trim}
+*/
+setReadOnly( string, 'trim', require( '@stdlib/string/trim' ) );
+ 
+/**
+* @name truncate
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/truncate}
+*/
+setReadOnly( string, 'truncate', require( '@stdlib/string/truncate' ) );
+ 
+/**
+* @name truncateMiddle
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/truncate-middle}
+*/
+setReadOnly( string, 'truncateMiddle', require( '@stdlib/string/truncate-middle' ) );
+ 
+/**
+* @name uncapitalize
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/uncapitalize}
+*/
+setReadOnly( string, 'uncapitalize', require( '@stdlib/string/uncapitalize' ) );
+ 
+/**
+* @name uppercase
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/uppercase}
+*/
+setReadOnly( string, 'uppercase', require( '@stdlib/string/uppercase' ) );
+ 
+/**
+* @name utf16ToUTF8Array
+* @memberof string
+* @readonly
+* @type {Function}
+* @see {@link module:@stdlib/string/utf16-to-utf8-array}
+*/
+setReadOnly( string, 'utf16ToUTF8Array', require( '@stdlib/string/utf16-to-utf8-array' ) );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = string;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file